]> git.lyx.org Git - lyx.git/blobdiff - src/support/fmt.C
one small private fix in mathed, put noncopyable and tie into boost namespace
[lyx.git] / src / support / fmt.C
index dcd2b88e43603c7fd829a1af5c54b32736feab47..d982681168a9efd6c48643ee90cfd3a0d1875008 100644 (file)
@@ -8,10 +8,6 @@
 
 #include "LString.h"
 
-#if 0
-using std::vsnprintf;
-#endif
-
 /* This output manipulator gives the option to use Old style format
    specifications in ostreams. Note that this is done at the expense
    of typesafety, so if possible this manipulator should be avoided.