Don't declare unnecessary variable in wxUSE_NANOX wxX11 build.

Closes #16833.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2015-02-04 13:19:04 +00:00
parent 8f4961c59c
commit 96d7b1d397

View File

@ -178,9 +178,7 @@ bool wxWindowX11::Create(wxWindow *parent, wxWindowID id,
bool need_two_windows = false;
#endif
#if wxUSE_NANOX
long xattributes = 0;
#else
#if !wxUSE_NANOX
XSetWindowAttributes xattributes;
long xattributes_mask = 0;