]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/window_osx.cpp
fix wxCHECK_MSG() return value
[wxWidgets.git] / src / osx / window_osx.cpp
index 1a44f25e42241559e72326ac2891e751039000f0..e8ce2cfc67f36d79a2fd3d48b334f2648455596c 100644 (file)
@@ -877,13 +877,6 @@ void wxWindowMac::DoGetClientSize( int *x, int *y ) const
        *y = hh;
 }
 
-double wxWindowMac::GetMagnificationFactor() const
-{
-    wxNonOwnedWindow* tlw = MacGetTopLevelWindow() ;
-    wxCHECK_MSG( tlw , 1.0, wxT("TopLevel Window missing") ) ;
-    return tlw->GetMagnificationFactor();    
-}
-
 bool wxWindowMac::SetCursor(const wxCursor& cursor)
 {
     if (m_cursor.IsSameAs(cursor))
@@ -1226,7 +1219,7 @@ void wxWindowMac::DoSetClientSize(int clientwidth, int clientheight)
     }
 }
 
-float wxWindowMac::GetContentScaleFactor() const 
+double wxWindowMac::GetContentScaleFactor() const 
 {
     return GetPeer()->GetContentScaleFactor();
 }