]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/international.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / flower / include / international.hh
index b515af64c450f827c0a7923cec2f3e2f7673d417..d1c71ed08b15f3be19d5970f132a76d9a0dad2c6 100644 (file)
@@ -9,8 +9,6 @@
 #ifndef INTERNATIONAL_HH
 #define INTERNATIONAL_HH
 
-#include <stdarg.h>
-
 #include "std-string.hh"
 
 /**
@@ -33,10 +31,6 @@ string _ (char const *ch);
 string _f (char const *format, ...)
           __attribute__ ((format (printf, 1, 2)));
 string _f (char const *format, string s, string s2 = "", string s3 = "");
-/**
-   va_list version of _f
- */
-string v_f (char const *format, va_list args);
 
 #endif // INTERNATIONAL_HH