X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/884215788fcb7a3364ff6e1494c5da90fb2721bf..b67e8d38b6dd7652ba4c73c7df7571d5148c087a:/include/wx/features.h?ds=sidebyside diff --git a/include/wx/features.h b/include/wx/features.h index 89dde316d2..d4a19c9748 100644 --- a/include/wx/features.h +++ b/include/wx/features.h @@ -29,14 +29,6 @@ #undef wxHAS_RAW_KEY_CODES #endif -/* detect SmartPhone */ -#ifdef WIN32_PLATFORM_WFSP - #ifdef wxUSE_SMARTPHONE - #undef wxUSE_SMARTPHONE - #endif - #define wxUSE_SMARTPHONE 1 -#endif - /* taskbar is only implemented in wxMSW and X11 ports */ #if defined(__WXMSW__) || \ defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXX11__)