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
This commit is contained in:
mantognini 2010-12-04 16:03:44 +00:00
parent 93cc2e4472
commit f2be71b1ea

View File

@ -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)
{