Remove all reimplementations of relationTo() returning Unrelated.
[profile/ivi/qtdeclarative.git] / src / plugins / accessible / shared / qdeclarativeaccessible.cpp
index eba6a00..265b293 100644 (file)
@@ -63,11 +63,6 @@ QDeclarativeAccessible::~QDeclarativeAccessible()
 {
 }
 
-QFlags<QAccessible::RelationFlag> QDeclarativeAccessible::relationTo(const QAccessibleInterface *) const
-{
-    return QAccessible::Unrelated;
-}
-
 QAccessibleInterface *QDeclarativeAccessible::childAt(int x, int y) const
 {
     // Note that this function will disregard stacking order.