diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-06-09 18:13:35 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-06-09 18:13:35 (GMT) |
commit | 3de4268ade36c9292a88b1da7604748a87c65777 (patch) | |
tree | ec64d31cbc5aa9adf3294c36eebb5b5919db6f21 /Swiften/Application/Windows | |
parent | d05ac626d89c0d4ef91a972b9927d248c1e48b79 (diff) | |
download | swift-3de4268ade36c9292a88b1da7604748a87c65777.zip swift-3de4268ade36c9292a88b1da7604748a87c65777.tar.bz2 |
Added Application::getProfileDir().
Diffstat (limited to 'Swiften/Application/Windows')
-rw-r--r-- | Swiften/Application/Windows/WindowsApplication.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Swiften/Application/Windows/WindowsApplication.h b/Swiften/Application/Windows/WindowsApplication.h index 0fc4b12..9f1abb4 100644 --- a/Swiften/Application/Windows/WindowsApplication.h +++ b/Swiften/Application/Windows/WindowsApplication.h @@ -1,8 +1,6 @@ #ifndef SWIFTEN_WindowsApplication_H #define SWIFTEN_WindowsApplication_H -#include <cassert> - #include "Swiften/Application/Application.h" #include "Swiften/Application/NullApplicationMessageDisplay.h" @@ -18,7 +16,6 @@ namespace Swift { } boost::filesystem::path getSettingsDir() const { - assert(false); // FIXME: This is wrong boost::filesystem::path result(getHomeDir() / ("." + getName().getUTF8String())); boost::filesystem::create_directory(result); |