mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
Remove unused local variable in init_directx_window().
This commit is contained in:
parent
befd6a3766
commit
90708c595e
@ -475,10 +475,6 @@ static DWORD WINAPI wnd_thread_proc(HANDLE setup_event)
|
||||
*/
|
||||
int init_directx_window(void)
|
||||
{
|
||||
union {
|
||||
POINT p;
|
||||
RECT r;
|
||||
} win_rect;
|
||||
HANDLE events[2];
|
||||
long result;
|
||||
DWORD threadId;
|
||||
|
Loading…
x
Reference in New Issue
Block a user