mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
removed showclipboard function
This commit is contained in:
parent
ad5d48dda7
commit
8516385ae6
@ -87,16 +87,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
function EditorShowClipboard()
|
||||
{
|
||||
dump("In EditorShowClipboard...\n");
|
||||
|
||||
if (appCore) {
|
||||
dump("Doing EditorShowClipboard...\n");
|
||||
appCore.showClipboard();
|
||||
}
|
||||
}
|
||||
|
||||
function SetTextProperty(property, attribute, value)
|
||||
{
|
||||
if (appCore) {
|
||||
|
Loading…
Reference in New Issue
Block a user