Skip to content

Commit cdec208

Browse files
committed
Remove suffix plugin
1 parent 2d9b5e7 commit cdec208

File tree

4 files changed

+1
-228
lines changed

4 files changed

+1
-228
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ add_feature_info(AppImageUpdate WITH_APPIMAGEUPDATER "Built-in libappimageupdate
101101
option(WITH_EXTERNAL_BRANDING "A URL to an external branding repo" "")
102102

103103
# specify additional vfs plugins
104-
set(VIRTUAL_FILE_SYSTEM_PLUGINS off suffix win CACHE STRING "Name of internal plugin in src/libsync/vfs or the locations of virtual file plugins")
104+
set(VIRTUAL_FILE_SYSTEM_PLUGINS off win CACHE STRING "Name of internal plugin in src/libsync/vfs or the locations of virtual file plugins")
105105

106106
if(APPLE)
107107
set( SOCKETAPI_TEAM_IDENTIFIER_PREFIX "" CACHE STRING "SocketApi prefix (including a following dot) that must match the codesign key's TeamIdentifier/Organizational Unit" )

src/plugins/vfs/suffix/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/plugins/vfs/suffix/vfs_suffix.cpp

Lines changed: 0 additions & 152 deletions
This file was deleted.

src/plugins/vfs/suffix/vfs_suffix.h

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)