summaryrefslogtreecommitdiff
path: root/lib/ffs_paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ffs_paths.h')
-rw-r--r--lib/ffs_paths.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/lib/ffs_paths.h b/lib/ffs_paths.h
deleted file mode 100644
index 28516a3f..00000000
--- a/lib/ffs_paths.h
+++ /dev/null
@@ -1,25 +0,0 @@
-// **************************************************************************
-// * This file is part of the FreeFileSync project. It is distributed under *
-// * GNU General Public License: http://www.gnu.org/licenses/gpl.html *
-// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
-// **************************************************************************
-
-#ifndef STANDARDPATHS_H_84275908342534253425
-#define STANDARDPATHS_H_84275908342534253425
-
-#include <zen/zstring.h>
-
-namespace zen
-{
-//------------------------------------------------------------------------------
-//global program directories
-//------------------------------------------------------------------------------
-Zstring getResourceDir(); //resource directory WITH path separator at end
-Zstring getConfigDir (); //config directory WITH path separator at end
-//------------------------------------------------------------------------------
-
-Zstring getFreeFileSyncLauncher(); //full path to application launcher C:\...\FreeFileSync.exe
-bool manualProgramUpdateRequired();
-}
-
-#endif //STANDARDPATHS_H_84275908342534253425
bgstack15