summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduard Braun <Eduard.Braun2@gmx.de>2017-06-15 17:19:11 +0000
committerEduard Braun <Eduard.Braun2@gmx.de>2017-06-15 17:19:11 +0000
commitd46bd5b844d666d174fcd2167fb787f244d4b9f9 (patch)
tree4d99477125c93fb221ec069ec65c9189d37c0534
parentImprove Windows relocation support. (diff)
downloadinkscape-d46bd5b844d666d174fcd2167fb787f244d4b9f9.tar.gz
inkscape-d46bd5b844d666d174fcd2167fb787f244d4b9f9.zip
cleanup
-rw-r--r--src/prefix.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/prefix.h b/src/prefix.h
index fc01fd7ea..da1295986 100644
--- a/src/prefix.h
+++ b/src/prefix.h
@@ -119,13 +119,8 @@ char *br_extract_prefix(const char *path);
#endif /* __cplusplus */
#ifdef __WIN32__
-
-#include <glibmm/ustring.h>
-
char *win32_append_module_path(const char *relative_path);
-
#define WIN32_DATADIR(suffix) (win32_append_module_path(suffix))
-
#endif
#endif /* _PREFIX_H_ */