mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] all: remove needless initalization
This commit is contained in:
@@ -166,8 +166,8 @@ void core_updatePositionInfo(void)
|
||||
if (!g_state.haveSrcSize)
|
||||
goto done;
|
||||
|
||||
float srcW = 0.0f;
|
||||
float srcH = 0.0f;
|
||||
float srcW;
|
||||
float srcH;
|
||||
|
||||
switch(g_params.winRotate)
|
||||
{
|
||||
|
Reference in New Issue
Block a user