X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fwx_util.cc;h=cf8b75dd24b78a66a6c0c7438514ca2b57bd2292;hp=94a08f37289625eaf4c660ab4ba5c81d6b5cab36;hb=cb1dfa9ec09af2abf6d10e4bf2764476db83841b;hpb=dc120d521c740b7f1ec356538139c5769a5f54be diff --git a/src/wx/wx_util.cc b/src/wx/wx_util.cc index 94a08f372..cf8b75dd2 100644 --- a/src/wx/wx_util.cc +++ b/src/wx/wx_util.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington + Copyright (C) 2012-2014 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -312,14 +312,6 @@ wx_get (wxSpinCtrlDouble* w) return w->GetValue (); } -void -run_gui_loop () -{ - while (wxTheApp->Pending ()) { - wxTheApp->Dispatch (); - } -} - /** @param s String of the form Context|String * @return translation, or String if no translation is available. */