]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
fix comparison of BYTE variable with -1 after last commit
[wxWidgets.git] / include / wx / string.h
index 8312c04a85778b8fb48a94f54ec2b46e8cc9346f..aef07e6885a494d3e6ab6096250aec92dcdae3e3 100644 (file)
@@ -78,14 +78,6 @@ class WXDLLIMPEXP_FWD_BASE wxString;
 #define   wxMBSTRINGCAST (char *)(const char *)
 #define   wxWCSTRINGCAST (wchar_t *)(const wchar_t *)
 
-// like _T(), but for literals in wxString's internal representation, i.e.
-// char* in UTF-8 build and wxChar* otherwise:
-#if wxUSE_UNICODE_UTF8
-    #define wxSTRING_TEXT(str) str
-#else
-    #define wxSTRING_TEXT(str) _T(str)
-#endif
-
 // ----------------------------------------------------------------------------
 // constants
 // ----------------------------------------------------------------------------