summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/gtk/WebCoreSupport/InspectorClientGtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/gtk/WebCoreSupport/InspectorClientGtk.h')
-rw-r--r--Source/WebKit/gtk/WebCoreSupport/InspectorClientGtk.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/WebKit/gtk/WebCoreSupport/InspectorClientGtk.h b/Source/WebKit/gtk/WebCoreSupport/InspectorClientGtk.h
index 08038f6..d5918ba 100644
--- a/Source/WebKit/gtk/WebCoreSupport/InspectorClientGtk.h
+++ b/Source/WebKit/gtk/WebCoreSupport/InspectorClientGtk.h
@@ -59,9 +59,6 @@ namespace WebKit {
virtual void highlight(WebCore::Node*);
virtual void hideHighlight();
- virtual void populateSetting(const WTF::String& key, WTF::String* value);
- virtual void storeSetting(const WTF::String& key, const WTF::String& value);
-
virtual bool sendMessageToFrontend(const WTF::String&);
void releaseFrontendPage();