mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-18 09:25:32 +00:00
Remove unused variables.
This commit is contained in:
@@ -589,9 +589,6 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool mouseTracking = false;
|
bool mouseTracking = false;
|
||||||
bool moving = false;
|
|
||||||
bool resizing = false;
|
|
||||||
|
|
||||||
void _incomingEvent(void* ev)
|
void _incomingEvent(void* ev)
|
||||||
{
|
{
|
||||||
HWNDEvent& e = *static_cast<HWNDEvent*>(ev);
|
HWNDEvent& e = *static_cast<HWNDEvent*>(ev);
|
||||||
|
|||||||
Reference in New Issue
Block a user