mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[client] all: remove needless initalization
This commit is contained in:
@@ -303,7 +303,7 @@ static void egl_calc_mouse_size(struct Inst * this)
|
||||
if (!this->formatValid)
|
||||
return;
|
||||
|
||||
int w = 0, h = 0;
|
||||
int w, h;
|
||||
|
||||
switch(this->format.rotate)
|
||||
{
|
||||
|
Reference in New Issue
Block a user