]> git.lyx.org Git - lyx.git/blobdiff - src/support/fmt.C
small cleanup, doxygen, formatting changes
[lyx.git] / src / support / fmt.C
index c3640681005da6a9905afe67b388f7b0f77bf888..d982681168a9efd6c48643ee90cfd3a0d1875008 100644 (file)
@@ -2,16 +2,12 @@
 #include <cstdio>
 #include <cstdarg>
 
-#ifndef HAVE_VSNPRINTF
+#ifndef HAVE_DECL_VSNPRINTF
 #include "support/snprintf.h"
 #endif
 
 #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.