]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/ustring.cpp
make code dealing with wxUSE_IDLEMENUUPDATES a bit more clear and avoid warning due...
[wxWidgets.git] / src / common / ustring.cpp
index c0cae8f58de797fd7940d544fe787b0b69d529a2..a9b9241eb475551e2e43486503eaf6a1a64f5fc3 100644 (file)
@@ -542,16 +542,3 @@ wxU16CharBuffer wxUString::utf16_str() const
     
     return result;    
 }
-
-
-#if SIZEOF_WCHAR_T != 2
-template<>
-wxCharTypeBuffer<wxChar16>::Data
-wxCharTypeBuffer<wxChar16>::NullData(NULL);
-#endif
-
-#if SIZEOF_WCHAR_T != 4
-template<>
-wxCharTypeBuffer<wxChar32>::Data
-wxCharTypeBuffer<wxChar32>::NullData(NULL);
-#endif