summaryrefslogtreecommitdiffstats
path: root/src/inkscape.h
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2017-06-28 07:04:16 +0000
committerMartin Owens <doctormo@gmail.com>2017-06-28 07:04:16 +0000
commitcf457eea72b81850da5503d0091952871135c1fd (patch)
tree3709bcf46a0152434a89ed68bbb343a8d45408dd /src/inkscape.h
parentUpdate dxf_input.py for LP Bug #1700582 (diff)
downloadinkscape-cf457eea72b81850da5503d0091952871135c1fd.tar.gz
inkscape-cf457eea72b81850da5503d0091952871135c1fd.zip
Refactor profile directory use and promote IO::Resource get_path and get_filename methods
Diffstat (limited to 'src/inkscape.h')
-rw-r--r--src/inkscape.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/inkscape.h b/src/inkscape.h
index 3f4416f2f..e66201b25 100644
--- a/src/inkscape.h
+++ b/src/inkscape.h
@@ -147,9 +147,6 @@ public:
void add_document (SPDocument *document);
bool remove_document (SPDocument *document);
- static char *homedir_path(const char *filename);
- static char *profile_path(const char *filename);
-
// fixme: This has to be rethought
void refresh_display ();