From f2be71b1eacf6341270375aa135858d1cf3a0d30 Mon Sep 17 00:00:00 2001 From: mantognini Date: Sat, 4 Dec 2010 16:03:44 +0000 Subject: [PATCH] remove a warning from video mode impl git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1743 4e206d99-4929-0410-ac5d-dfc041789085 --- src/SFML/Window/OSX/VideoModeImpl.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/SFML/Window/OSX/VideoModeImpl.cpp b/src/SFML/Window/OSX/VideoModeImpl.cpp index 2545116b..086eaa1b 100644 --- a/src/SFML/Window/OSX/VideoModeImpl.cpp +++ b/src/SFML/Window/OSX/VideoModeImpl.cpp @@ -40,14 +40,7 @@ namespace priv /// \brief Get bpp for all OS X version /// /// This function use only non-deprecated way to get the -/// display bits per pixel information. It depends -/// on these macros : -/// -/// - USE_OS_X_VERSION_10_4 -/// - USE_OS_X_VERSION_10_6 -/// -#warning This may be improved by removing these dummy macros. -/// Maybe MAC_OS_X_VERSION_MAX_ALLOWED ? +/// display bits per pixel information. //////////////////////////////////////////////////////////// size_t DisplayBitsPerPixel(CGDirectDisplayID displayId) {