Index: Source/web/WebRuntimeFeatures.cpp |
diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp |
index e8aa53f7e95d2b3bd0a56fa429a6657567a07898..aab6072c1787a58e8556c1eed0196bf7c6e17f82 100644 |
--- a/Source/web/WebRuntimeFeatures.cpp |
+++ b/Source/web/WebRuntimeFeatures.cpp |
@@ -112,11 +112,6 @@ void WebRuntimeFeatures::enableFileSystem(bool enable) |
RuntimeEnabledFeatures::setFileSystemEnabled(enable); |
} |
-void WebRuntimeFeatures::enableGamepad(bool enable) |
-{ |
- RuntimeEnabledFeatures::setGamepadEnabled(enable); |
-} |
- |
void WebRuntimeFeatures::enableLocalStorage(bool enable) |
{ |
RuntimeEnabledFeatures::setLocalStorageEnabled(enable); |