diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2012-09-19 02:03:39 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2012-09-19 02:04:41 +0200 |
commit | ae5bbbe63b2008d142139926bb20198f98c38122 (patch) | |
tree | 67b006663b9911a59bedaf8f04fad1cc8b2d70ad /src/settings.h | |
parent | 552bc77318b9141b570ef6fd7d7a74ec89bc3ce4 (diff) |
settings: remove allow_physical_*_deletion (replaced by custom binding)
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/settings.h b/src/settings.h index 66e00692..5ee7c9f5 100644 --- a/src/settings.h +++ b/src/settings.h @@ -171,8 +171,6 @@ struct Configuration bool block_search_constraints_change; bool use_console_editor; bool use_cyclic_scrolling; - bool allow_physical_files_deletion; - bool allow_physical_directories_deletion; bool ask_before_clearing_main_playlist; bool mouse_support; bool mouse_list_scroll_whole_page; |