From: Carl Hetherington Date: Mon, 11 Feb 2019 08:14:45 +0000 (+0000) Subject: Remove duplicate wxInitAllImageHandlers. X-Git-Tag: v2.13.117~11 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=3da1444d87452ad78fd3445f564fd3d75a6162d8 Remove duplicate wxInitAllImageHandlers. --- 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