Skip to content

Commit e04944d

Browse files
committed
Deprecated and unused msg_hash removals
1 parent 2e49fbd commit e04944d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+365
-22552
lines changed

config.def.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -768,10 +768,6 @@
768768
#ifdef HAVE_MIST
769769
#define DEFAULT_MENU_SHOW_CORE_MANAGER_STEAM true
770770
#endif
771-
#if 0
772-
/* Thumbnailpack removal */
773-
#define DEFAULT_MENU_SHOW_LEGACY_THUMBNAIL_UPDATER false
774-
#endif
775771
#define DEFAULT_MENU_SHOW_SUBLABELS true
776772
#define DEFAULT_MENU_DYNAMIC_WALLPAPER_ENABLE true
777773
#define DEFAULT_MENU_SCROLL_FAST false
@@ -1358,8 +1354,6 @@
13581354

13591355
#define DEFAULT_NETPLAY_NAT_TRAVERSAL false
13601356

1361-
#define DEFAULT_NETPLAY_DELAY_FRAMES 16
1362-
13631357
#define DEFAULT_NETPLAY_CHECK_FRAMES 600
13641358

13651359
#define DEFAULT_NETPLAY_USE_MITM_SERVER false

configuration.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2078,10 +2078,6 @@ static struct config_bool_setting *populate_settings_bool(
20782078
SETTING_BOOL("menu_show_shutdown", &settings->bools.menu_show_shutdown, true, DEFAULT_MENU_SHOW_SHUTDOWN, false);
20792079
SETTING_BOOL("menu_show_online_updater", &settings->bools.menu_show_online_updater, true, DEFAULT_MENU_SHOW_ONLINE_UPDATER, false);
20802080
SETTING_BOOL("menu_show_core_updater", &settings->bools.menu_show_core_updater, true, DEFAULT_MENU_SHOW_CORE_UPDATER, false);
2081-
#if 0
2082-
/* Thumbnailpack removal */
2083-
SETTING_BOOL("menu_show_legacy_thumbnail_updater", &settings->bools.menu_show_legacy_thumbnail_updater, true, DEFAULT_MENU_SHOW_LEGACY_THUMBNAIL_UPDATER, false);
2084-
#endif
20852081
#ifdef HAVE_MIST
20862082
SETTING_BOOL("menu_show_core_manager_steam", &settings->bools.menu_show_core_manager_steam, true, DEFAULT_MENU_SHOW_CORE_MANAGER_STEAM, false);
20872083
#endif

0 commit comments

Comments
 (0)