X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f86190702bb433f139dc2c335e2c551755def81f..cc4d5638c66a409e421420ed7110917755a66788:/src/osx/nonownedwnd_osx.cpp diff --git a/src/osx/nonownedwnd_osx.cpp b/src/osx/nonownedwnd_osx.cpp index 183fe42d7f..0828348eb1 100644 --- a/src/osx/nonownedwnd_osx.cpp +++ b/src/osx/nonownedwnd_osx.cpp @@ -3,7 +3,6 @@ // Purpose: implementation of wxNonOwnedWindow // Author: Stefan Csomor // Created: 2008-03-24 -// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor 2008 // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -307,7 +306,7 @@ void wxNonOwnedWindow::HandleActivated( double timestampsec, bool didActivate ) HandleWindowEvent(wxevent); } -void wxNonOwnedWindow::HandleResized( double timestampsec ) +void wxNonOwnedWindow::HandleResized( double WXUNUSED(timestampsec) ) { SendSizeEvent(); // we have to inform some controls that have to reset things @@ -478,11 +477,6 @@ void wxNonOwnedWindow::DoGetClientSize( int *width, int *height ) const *height = h ; } -double wxNonOwnedWindow::GetMagnificationFactor() const -{ - return m_nowpeer->GetMagnificationFactor(); -} - void wxNonOwnedWindow::WindowWasPainted() { s_lastFlush = clock();