Suppressed warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -56,10 +56,12 @@ bool wxBitmapButton::Create(wxWindow *parent, wxWindowID id, const wxBitmap& bit
|
||||
m_marginX = 0;
|
||||
m_marginY = 0;
|
||||
|
||||
/*
|
||||
int x = pos.x;
|
||||
int y = pos.y;
|
||||
int width = size.x;
|
||||
int height = size.y;
|
||||
*/
|
||||
|
||||
if (id == -1)
|
||||
m_windowId = NewControlId();
|
||||
|
Reference in New Issue
Block a user