]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/fontdlgosx.mm
cleanup - fixed warnings, reformatting
[wxWidgets.git] / src / mac / carbon / fontdlgosx.mm
index 938613c5f65398929dcfa7e308a15f68dce1498e..ee1e20cd918b75add108a9842bfd86d5286bb114 100644 (file)
@@ -64,7 +64,6 @@
 
     NSRect rectCancel = NSMakeRect( 10.0 , 10.0 , 82  , 24 );
     NSRect rectOK = NSMakeRect( 100.0 , 10.0 , 82  , 24 );
-    NSView* panel = [[NSView alloc] initWithFrame:rectBox];
     
     NSButton* cancelButton = [[NSButton alloc] initWithFrame:rectCancel];
     [cancelButton setTitle:(NSString*)cfCancelString.Detach()];