]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/stattext.cpp
added spinctrl to be ignored when clicked (otherwise its siblings on the same window...
[wxWidgets.git] / src / mac / stattext.cpp
index 2982b7c5c4be9b726a936966abb1003832fb3409..c36ecf6845edc05eefc73b1e990fef44a720c74e 100644 (file)
@@ -164,7 +164,6 @@ void wxStaticText::OnPaint( wxPaintEvent &event )
 
 wxSize wxStaticText::DoGetBestSize() const
 {
-    int x,y ;
     int widthTextMax = 0, widthLine,
         heightTextTotal = 0, heightLineDefault = 0, heightLine = 0;