Declare variable only used #if wxPG_DOUBLE_BUFFER inside the #if.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62400
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
long windowStyle = m_windowStyle;
int xRelMod = 0;
long windowStyle = m_windowStyle;
int xRelMod = 0;
//
// With wxPG_DOUBLE_BUFFER, do double buffering
// - buffer's y = 0, so align drawRect and coordinates to that
//
#if wxPG_DOUBLE_BUFFER
//
// With wxPG_DOUBLE_BUFFER, do double buffering
// - buffer's y = 0, so align drawRect and coordinates to that
//
#if wxPG_DOUBLE_BUFFER