From c419daf4e13efc020401b3bcbbe8b6116bb3cdd7 Mon Sep 17 00:00:00 2001 From: Stefano Facchini Date: Wed, 18 Oct 2017 22:08:15 +0200 Subject: Drop obsolete wrapper around Glib::file_open_tmp --- src/io/sys.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/io/sys.h') 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 ); -- cgit v1.2.3