Skip to content

Commit

Permalink
hw/xwin: Remove unused variable in winmultiwindowwm.c
Browse files Browse the repository at this point in the history
winmultiwindowwm.c: In function ‘UpdateName’:
winmultiwindowwm.c:522:14: warning: unused variable ‘pszName’ [-Wunused-variable]

Signed-off-by: Colin Harrison <[email protected]>
Reviewed-by: Jon TURNEY <[email protected]>
  • Loading branch information
Colin Harrison authored and jon-turney committed Oct 17, 2012
1 parent 5886b1d commit 51ed6a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hw/xwin/winmultiwindowwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@ getHwnd(WMInfoPtr pWMInfo, Window iWindow)
static void
UpdateName(WMInfoPtr pWMInfo, Window iWindow)
{
wchar_t *pszName;
HWND hWnd;
XWindowAttributes attr;

Expand Down

0 comments on commit 51ed6a7

Please sign in to comment.