]> git.lyx.org Git - features.git/blobdiff - src/support/lyxstring.C
erase->clear, AM_CONDTIONAL for conditional compilation of lyxstring, better LYX_CXX_...
[features.git] / src / support / lyxstring.C
index ce3d08f74419bdbc5345bcca2992d2ed3e221f63..8f85a8b18ba0144934188dcb864f670b741694ed 100644 (file)
@@ -12,9 +12,6 @@
 #include <config.h>
 #endif
 
-// If we use STL string, there is no need to compile this class.
-#ifdef USE_INCLUDED_STRING
-
 #ifdef __GNUG__
 #pragma implementation "lyxstring.h"
 #endif
@@ -1622,5 +1619,3 @@ istream & getline(istream & is, lyxstring & s,
        }
        return is;
 }
-
-#endif /* USE_INCLUDED_STRING */