Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser-plugin/scriptable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'browser-plugin/scriptable.cpp')
-rw-r--r--browser-plugin/scriptable.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/browser-plugin/scriptable.cpp b/browser-plugin/scriptable.cpp
index 2542938..6c7e55c 100644
--- a/browser-plugin/scriptable.cpp
+++ b/browser-plugin/scriptable.cpp
@@ -283,15 +283,6 @@ ScriptablePluginObject::GetProperty (NPIdentifier name, NPVariant *result)
} else if (name == mCanFindOnPageID) {
BOOLEAN_TO_NPVARIANT (plugin->mCanFindOnPage, *result);
return true;
-#if !CAN_CALL_METHODS
- // we have to respond to these in order for SetProperty to work
- } else if (name == mFindTermsID) {
- NULL_TO_NPVARIANT (*result);
- return true;
- } else if (name == mFindNextID || name == mFindPreviousID) {
- INT32_TO_NPVARIANT (42, *result);
- return true;
-#endif
}
return false;