diff options
| author | Stefano Facchini <stefano.facchini@gmail.com> | 2017-10-18 20:08:15 +0000 |
|---|---|---|
| committer | Stefano Facchini <stefano.facchini@gmail.com> | 2017-10-19 17:22:34 +0000 |
| commit | c419daf4e13efc020401b3bcbbe8b6116bb3cdd7 (patch) | |
| tree | 2826a647cf101a01a566a7623aba481957da3524 /src/io/sys.h | |
| parent | Remove all unused makefile.in (diff) | |
| download | inkscape-c419daf4e13efc020401b3bcbbe8b6116bb3cdd7.tar.gz inkscape-c419daf4e13efc020401b3bcbbe8b6116bb3cdd7.zip | |
Drop obsolete wrapper around Glib::file_open_tmp
Diffstat (limited to 'src/io/sys.h')
| -rw-r--r-- | src/io/sys.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/io/sys.h b/src/io/sys.h index 78d25afa3..e349fc09c 100644 --- a/src/io/sys.h +++ b/src/io/sys.h @@ -32,8 +32,6 @@ FILE *fopen_utf8name( char const *utf8name, char const *mode ); int mkdir_utf8name( char const *utf8name ); -int file_open_tmp( std::string& name_used, const std::string& prefix ); - bool file_test( char const *utf8name, GFileTest test ); bool file_directory_exists( char const *utf8name ); |
