X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/906c935a80b10d53cecf57f71ab5f3f4f1d529ec..a672d82a64965edcef6260c6fefffb94f76dd096:/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 ) {