Remove duplicate wxInitAllImageHandlers.
authorCarl Hetherington <cth@carlh.net>
Mon, 11 Feb 2019 08:14:45 +0000 (08:14 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 11 Feb 2019 08:14:45 +0000 (08:14 +0000)
src/tools/dcpomatic_server.cc

index c3df55d6ffcd6fce8e2b2ce54c55f6facf6bf64a..d29ac0a6367ff56a0314f217b3314936d3438114 100644 (file)
@@ -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