diff --git a/src/kits/app/Application.cpp b/src/kits/app/Application.cpp index a21bdc64d3..fda5a86234 100644 --- a/src/kits/app/Application.cpp +++ b/src/kits/app/Application.cpp @@ -1027,7 +1027,6 @@ BApplication::_InitGUIContext() return error; // create global system cursors - // ToDo: these could have a predefined server token to safe the communication! B_CURSOR_SYSTEM_DEFAULT = new BCursor(B_HAND_CURSOR); B_CURSOR_I_BEAM = new BCursor(B_I_BEAM_CURSOR);