summaryrefslogtreecommitdiff
path: root/src/wx/full_config_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-10-17 00:46:05 +0200
committerCarl Hetherington <cth@carlh.net>2022-10-18 20:37:00 +0200
commit63ce266351683a94630d7aba58405301b8a8d993 (patch)
tree5bde742eea6e3c9443f5aecbb335bc64ccdead31 /src/wx/full_config_dialog.cc
parentde9a0fddc7e44ad9c5985114ee35e4073641005b (diff)
Use different icons for the timeline in dark/light modes.
Diffstat (limited to 'src/wx/full_config_dialog.cc')
-rw-r--r--src/wx/full_config_dialog.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/wx/full_config_dialog.cc b/src/wx/full_config_dialog.cc
index 6b0be4603..1aeacd3ca 100644
--- a/src/wx/full_config_dialog.cc
+++ b/src/wx/full_config_dialog.cc
@@ -84,16 +84,6 @@ using namespace boost::placeholders;
using dcp::locale_convert;
-#ifdef DCPOMATIC_OSX
-static
-wxString
-icon_path(string name)
-{
- return gui_is_dark() ? bitmap_path(String::compose("%1_white.png", name)) : bitmap_path(String::compose("%1_black.png", name));
-}
-#endif
-
-
class FullGeneralPage : public GeneralPage
{
public: