summaryrefslogtreecommitdiff
path: root/avmedia/source/win/window.cxx
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2011-03-08 16:47:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-03-14 14:15:00 +0000
commit5c7f1340820ebd5aba6fc994b7435e97bfaff9de (patch)
treeb7e1d6e20da71b75750b72e8df69dc536e1bbb33 /avmedia/source/win/window.cxx
parent30015e6e0a1b47160f79a6b5b9089d4acc588fcf (diff)
Remove dead code in libs-core
Diffstat (limited to 'avmedia/source/win/window.cxx')
-rw-r--r--avmedia/source/win/window.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/avmedia/source/win/window.cxx b/avmedia/source/win/window.cxx
index f8ddd7866098..a6f0bd85a15c 100644
--- a/avmedia/source/win/window.cxx
+++ b/avmedia/source/win/window.cxx
@@ -371,7 +371,6 @@ void Window::updatePointer()
switch( mnPointerType )
{
case( awt::SystemPointer::CROSS ): pCursorName = IDC_CROSS; break;
- //case( awt::SystemPointer::HAND ): pCursorName = IDC_HAND; break;
case( awt::SystemPointer::MOVE ): pCursorName = IDC_SIZEALL; break;
case( awt::SystemPointer::WAIT ): pCursorName = IDC_WAIT; break;