summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/bridge/qt/qt_class.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/bridge/qt/qt_class.cpp')
-rw-r--r--Source/WebCore/bridge/qt/qt_class.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/WebCore/bridge/qt/qt_class.cpp b/Source/WebCore/bridge/qt/qt_class.cpp
index 706ca6afd..5efebc0fd 100644
--- a/Source/WebCore/bridge/qt/qt_class.cpp
+++ b/Source/WebCore/bridge/qt/qt_class.cpp
@@ -58,11 +58,6 @@ QtClass* QtClass::classForObject(QObject* o)
return aClass;
}
-const char* QtClass::name() const
-{
- return m_metaObject->className();
-}
-
// We use this to get at signals (so we can return a proper function object,
// and not get wrapped in RuntimeMethod). Also, use this for methods,
// so we can cache the object and return the same object for the same