diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-26 12:09:47 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-26 12:09:47 +0200 |
| commit | 8fcadb1b9b2afc4994e03377105b92cae4eb54a1 (patch) | |
| tree | bcc2533ab221780f6ef358e290006131bd1a6c58 /src/wx | |
| parent | 74e944d9ba137386efff089f9906e64d255836c9 (diff) | |
Splash behaviour does not need to be branded after all.
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/wx_util.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wx/wx_util.cc b/src/wx/wx_util.cc index 9a8d90162..7d8fb0a76 100644 --- a/src/wx/wx_util.cc +++ b/src/wx/wx_util.cc @@ -604,10 +604,6 @@ setup_audio_channels_choice (wxChoice* choice, int minimum) wxSplashScreen* maybe_show_splash () { - if (!variant::show_splash()) { - return nullptr; - } - wxSplashScreen* splash = nullptr; try { |
