diff --git a/src/misc.cxx b/src/misc.cxx index 0d67ed2..e6fdb93 100644 --- a/src/misc.cxx +++ b/src/misc.cxx @@ -54,12 +54,6 @@ ConvLongToPos (LPARAM lParam) pos.x = LOWORD (lParam); // horizontal position of cursor pos.y = HIWORD (lParam); // vertical position of cursor - - // if ( !g_bFullScreen ) - // { - // pos.y -= GetSystemMetrics(SM_CYCAPTION); - // } - return pos; }