From 2a1d0b8ebc7d4329d5ffe918000fcaa4e84c4ac9 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Sun, 3 Aug 2003 04:06:09 +0000 Subject: [PATCH] Removed wxGUIAppTraits::GetOSVersion git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/cocoa/utils.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/cocoa/utils.cpp b/src/cocoa/utils.cpp index 6f0cbfae94..2670e8e738 100644 --- a/src/cocoa/utils.cpp +++ b/src/cocoa/utils.cpp @@ -49,15 +49,6 @@ void wxClientDisplayRect(int *x,int *y,int *width,int *height) *height=768; } -int wxGUIAppTraits::GetOSVersion(int *verMaj, int *verMin) -{ - if(verMaj) - *verMaj=0; - if(verMin) - *verMin=0; - return 0; -} - // Return TRUE if we have a colour display bool wxColourDisplay() { -- 2.50.0