From 24e1d6fe995d2c7e7a177e2aaf7c5dd9d3392d94 Mon Sep 17 00:00:00 2001 From: crs Date: Fri, 2 Aug 2002 17:53:44 +0000 Subject: [PATCH] Removed commented out code. --- lib/client/CXWindowsSecondaryScreen.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/client/CXWindowsSecondaryScreen.cpp b/lib/client/CXWindowsSecondaryScreen.cpp index 7c1f55a3..af5c6338 100644 --- a/lib/client/CXWindowsSecondaryScreen.cpp +++ b/lib/client/CXWindowsSecondaryScreen.cpp @@ -304,11 +304,6 @@ CXWindowsSecondaryScreen::showWindow() // raise and show the hider window. take activation. // FIXME -- take focus? XMapRaised(display, m_window); - -/* XXX -- this should have no effect - // hide cursor by moving it into the hider window - XWarpPointer(display, None, m_window, 0, 0, 0, 0, 0, 0); -*/ } void