diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-03 00:37:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-03 00:37:51 +0100 |
| commit | fb86361c31c35d7df3dede7b40e4b60e2e7f9c1a (patch) | |
| tree | 22e40eadded096629fee8c867d51604a099e722b /src/wx/wx_util.cc | |
| parent | 6788ff5967508056d1321c16143bf72fa7cd4516 (diff) | |
Similar fix to Dolby cert downloads.
Diffstat (limited to 'src/wx/wx_util.cc')
| -rw-r--r-- | src/wx/wx_util.cc | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/wx/wx_util.cc b/src/wx/wx_util.cc index 218a786b2..23a85534a 100644 --- a/src/wx/wx_util.cc +++ b/src/wx/wx_util.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net> 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. */ |
