mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Remove dead code
This commit is contained in:
parent
3f89c8d644
commit
df8b6c98bb
@ -54,12 +54,6 @@ ConvLongToPos (LPARAM lParam)
|
|||||||
|
|
||||||
pos.x = LOWORD (lParam); // horizontal position of cursor
|
pos.x = LOWORD (lParam); // horizontal position of cursor
|
||||||
pos.y = HIWORD (lParam); // vertical position of cursor
|
pos.y = HIWORD (lParam); // vertical position of cursor
|
||||||
|
|
||||||
// if ( !g_bFullScreen )
|
|
||||||
// {
|
|
||||||
// pos.y -= GetSystemMetrics(SM_CYCAPTION);
|
|
||||||
// }
|
|
||||||
|
|
||||||
return pos;
|
return pos;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user