diff options
Diffstat (limited to 'FreeFileSync/Source/ffs_paths.h')
-rw-r--r-- | FreeFileSync/Source/ffs_paths.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/FreeFileSync/Source/ffs_paths.h b/FreeFileSync/Source/ffs_paths.h index cbf4edb4..a2310a14 100644 --- a/FreeFileSync/Source/ffs_paths.h +++ b/FreeFileSync/Source/ffs_paths.h @@ -8,7 +8,6 @@ #define FFS_PATHS_H_842759083425342534253 #include <zen/zstring.h> -#include <zen/file_id_def.h> namespace fff @@ -20,11 +19,8 @@ Zstring getResourceDirPf (); //resource directory WITH trailing path separator Zstring getConfigDirPathPf(); // config directory WITH trailing path separator //------------------------------------------------------------------------------ -bool isPortableVersion(); - Zstring getInstallDirPath(); - -zen::VolumeId getFfsVolumeId(); //throw FileError +Zstring getInstallDirPath(); Zstring getFreeFileSyncLauncherPath(); //full path to application launcher C:\...\FreeFileSync.exe } |