diff options
Diffstat (limited to 'protocols/Tox/src/tox_folders.cpp')
-rw-r--r-- | protocols/Tox/src/tox_folders.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/protocols/Tox/src/tox_folders.cpp b/protocols/Tox/src/tox_folders.cpp deleted file mode 100644 index a082aeb1b4..0000000000 --- a/protocols/Tox/src/tox_folders.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include "common.h"
-
-HANDLE CToxProto::hProfileFolderPath = NULL;
-
-void CToxProto::InitFolders()
-{
- hProfileFolderPath = FoldersRegisterCustomPathT("Tox", Translate("Profiles folder"), MIRANDA_USERDATAT);
-}
|