summaryrefslogtreecommitdiffstats
path: root/WebKit/wx/WebSettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/wx/WebSettings.h')
-rw-r--r--WebKit/wx/WebSettings.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/WebKit/wx/WebSettings.h b/WebKit/wx/WebSettings.h
index e526b70..148755a 100644
--- a/WebKit/wx/WebSettings.h
+++ b/WebKit/wx/WebSettings.h
@@ -119,16 +119,6 @@ public:
bool IsJavaScriptEnabled() const;
/**
- Sets whether or not web pages can create databases.
- */
- void SetDatabasesEnabled(bool enabled);
-
- /**
- Returns whether or not the WebView runs JavaScript code.
- */
- bool AreDatabasesEnabled() const;
-
- /**
Sets the path where local data will be stored.
*/
void SetLocalStoragePath(const wxString& path);