removed showclipboard function

This commit is contained in:
rods%netscape.com 1999-05-11 19:59:02 +00:00
parent ad5d48dda7
commit 8516385ae6

View File

@ -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) {