]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/statline.mm
fix positioning bug with window disabler and hidden windows
[wxWidgets.git] / src / osx / cocoa / statline.mm
index fdff4b0c274baa7369e55309ffe83832f2363a80..ea94dcd6dca56cdad8bd891723878b0d66fe0fe4 100644 (file)
 
 #include "wx/osx/private.h"
 
-wxWidgetImplType* wxWidgetImpl::CreateStaticLine( wxWindowMac* wxpeer, 
-                                    wxWindowMac* parent, 
-                                    wxWindowID id, 
-                                    const wxPoint& pos, 
+wxWidgetImplType* wxWidgetImpl::CreateStaticLine( wxWindowMac* wxpeer,
+                                    wxWindowMac* WXUNUSED(parent),
+                                    wxWindowID WXUNUSED(id),
+                                    const wxPoint& pos,
                                     const wxSize& size,
-                                    long style, 
-                                    long extraStyle) 
+                                    long WXUNUSED(style),
+                                    long WXUNUSED(extraStyle))
 {
     NSRect r = wxOSXGetFrameForControl( wxpeer, pos , size ) ;
     wxNSBox* v = [[wxNSBox alloc] initWithFrame:r];