Removed TODO item, it's already resolved.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16239 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-02-05 19:44:26 +00:00
parent 195e980ef1
commit ab093a2ce4
1 changed files with 0 additions and 1 deletions

View File

@ -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);