X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d320a7a84a90164abe30646258a0f80ae0254d5..6ba718d7aee2f519d9146b90424ccec9e2243479:/src/osx/cocoa/gauge.mm diff --git a/src/osx/cocoa/gauge.mm b/src/osx/cocoa/gauge.mm index 79762b5540..cf82bd434b 100644 --- a/src/osx/cocoa/gauge.mm +++ b/src/osx/cocoa/gauge.mm @@ -4,7 +4,6 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -75,7 +74,7 @@ public : void GetLayoutInset(int &left , int &top , int &right, int &bottom) const { left = top = right = bottom = 0; - NSControlSize size = size = [(wxNSProgressIndicator*)m_osxView controlSize]; + NSControlSize size = [(wxNSProgressIndicator*)m_osxView controlSize]; switch( size ) {