]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/strconv.h
extract event handler body in a separate function instead of using a hack to call...
[wxWidgets.git] / include / wx / strconv.h
index cf538d1491ee437533c452d0f77966fa3ec30589..0061aa770c524c6a0a70689ba21d3d0686bd0eed 100644 (file)
@@ -36,10 +36,6 @@ class WXDLLIMPEXP_FWD_BASE wxString;
 // the error value returned by wxMBConv methods
 #define wxCONV_FAILED ((size_t)-1)
 
-// the default value for some length parameters meaning that the string is
-// NUL-terminated
-#define wxNO_LEN ((size_t)-1)
-
 // ----------------------------------------------------------------------------
 // wxMBConv (abstract base class for conversions)
 // ----------------------------------------------------------------------------