summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qcursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qcursor.cpp')
-rw-r--r--src/gui/kernel/qcursor.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/kernel/qcursor.cpp b/src/gui/kernel/qcursor.cpp
index 9ca06aaa98..faa9500f9f 100644
--- a/src/gui/kernel/qcursor.cpp
+++ b/src/gui/kernel/qcursor.cpp
@@ -395,10 +395,6 @@ void QCursorData::initialize()
{
if (QCursorData::initialized)
return;
-#ifdef Q_WS_MAC
- // DRSWAT - Not Needed Cocoa or Carbon
- //InitCursor();
-#endif
for (int shape = 0; shape <= Qt::LastCursor; ++shape)
qt_cursorTable[shape] = new QCursorData((Qt::CursorShape)shape);
QCursorData::initialized = true;