mirror of
https://github.com/AxioDL/boo.git
synced 2025-08-22 19:52:07 +00:00
Remove unused variables.
This commit is contained in:
parent
0f057a3713
commit
b0bdd5c337
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user