summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-02-11 08:14:45 +0000
committerCarl Hetherington <cth@carlh.net>2019-02-11 08:14:45 +0000
commit3da1444d87452ad78fd3445f564fd3d75a6162d8 (patch)
tree90ae30cfe3c7e1a607d1a8f0086f38e68cd37ea0 /src
parent95850d791c08792fbeadf63126fe527ee66b6c34 (diff)
Remove duplicate wxInitAllImageHandlers.
Diffstat (limited to 'src')
-rw-r--r--src/tools/dcpomatic_server.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_server.cc b/src/tools/dcpomatic_server.cc
index c3df55d6f..d29ac0a63 100644
--- a/src/tools/dcpomatic_server.cc
+++ b/src/tools/dcpomatic_server.cc
@@ -210,7 +210,6 @@ public:
#ifdef DCPOMATIC_WINDOWS
wxIcon icon (std_to_wx ("id"));
#else
- wxInitAllImageHandlers();
#ifdef DCPOMATIC_LINUX
wxBitmap bitmap (wxString::Format (wxT ("%s/dcpomatic2_server_small.png"), std_to_wx (shared_path().string())), wxBITMAP_TYPE_PNG);
#endif