summaryrefslogtreecommitdiffstats
path: root/tests/auto/qwidget/tst_qwidget_mac_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qwidget/tst_qwidget_mac_helpers.h')
-rw-r--r--tests/auto/qwidget/tst_qwidget_mac_helpers.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/qwidget/tst_qwidget_mac_helpers.h b/tests/auto/qwidget/tst_qwidget_mac_helpers.h
index 97a3a12df0..d7bc3f33c7 100644
--- a/tests/auto/qwidget/tst_qwidget_mac_helpers.h
+++ b/tests/auto/qwidget/tst_qwidget_mac_helpers.h
@@ -47,12 +47,6 @@
QString nativeWindowTitle(QWidget *widget, Qt::WindowState state);
bool nativeWindowModified(QWidget *widget);
-#ifndef QT_MAC_USE_COCOA
-typedef QPair<QWidget *, HIViewRef> WidgetViewPair;
-bool testAndRelease(const HIViewRef view);
-WidgetViewPair createAndRetain(QWidget * const parent = 0);
-#else
typedef QPair<QWidget *, WId> WidgetViewPair;
bool testAndRelease(const WId);
WidgetViewPair createAndRetain(QWidget * const parent = 0);
-#endif