diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/settings/dolphin_directorysizemode.py | 10 |
2 files changed, 0 insertions, 11 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f12ff80a8..e58112d66 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -649,7 +649,6 @@ install( FILES settings/dolphin_directoryviewpropertysettings.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR} ) install( FILES settings/dolphin_detailsmodesettings.upd - settings/dolphin_directorysizemode.py settings/dolphin_statusandlocationbarssettings.upd settings/dolphin_replace_view_mode_with_view_settings_in_toolbar.upd settings/dolphin_replace_view_mode_with_view_settings_in_toolbar.py diff --git a/src/settings/dolphin_directorysizemode.py b/src/settings/dolphin_directorysizemode.py deleted file mode 100644 index 6d58a062c..000000000 --- a/src/settings/dolphin_directorysizemode.py +++ /dev/null @@ -1,10 +0,0 @@ -import fileinput - -for line in fileinput.input(): - if line.startswith("DirectorySizeCount=true"): - print("DirectorySizeMode=ContentCount") - if line.startswith("DirectorySizeCount=false"): - print("DirectorySizeMode=ContentSize") - -print("# DELETE DirectorySizeCount") - |
