remove duplicate string_printf

#3594, #3592
This commit is contained in:
tamasmeszaros 2020-02-03 11:18:33 +01:00
parent 8aec5f6726
commit 992a0c3d7a
2 changed files with 0 additions and 20 deletions

View file

@ -93,8 +93,6 @@ namespace PerlUtils {
extern std::string path_to_parent_path(const char *src);
};
std::string string_printf(const char *format, ...);
// Standard "generated by Slic3r version xxx timestamp xxx" header string,
// to be placed at the top of Slic3r generated files.
std::string header_slic3r_generated();