Remove unused winpos stuff

This commit is contained in:
Toni Spets 2010-11-17 18:55:57 +02:00
parent f092dd601a
commit c940464de2
2 changed files with 0 additions and 13 deletions

1
main.h
View file

@ -66,7 +66,6 @@ typedef struct IDirectDrawImpl
HWND hWnd;
LRESULT CALLBACK (*WndProc)(HWND, UINT, WPARAM, LPARAM);
POINT winpos;
struct { float x; float y; } cursor;
POINT center;
RECT cursorclip;