summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'SwifTools/Application/ApplicationPathProvider.h')
-rw-r--r--SwifTools/Application/ApplicationPathProvider.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/SwifTools/Application/ApplicationPathProvider.h b/SwifTools/Application/ApplicationPathProvider.h
index 7bd2630..0c2d302 100644
--- a/SwifTools/Application/ApplicationPathProvider.h
+++ b/SwifTools/Application/ApplicationPathProvider.h
@@ -17,7 +17,6 @@ namespace Swift {
ApplicationPathProvider(const String& applicationName);
virtual ~ApplicationPathProvider();
- boost::filesystem::path getAvatarDir() const;
virtual boost::filesystem::path getHomeDir() const = 0;
virtual boost::filesystem::path getDataDir() const = 0;
virtual boost::filesystem::path getExecutableDir() const = 0;