diff options
Diffstat (limited to 'client/messagebox.cc')
-rw-r--r-- | client/messagebox.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/messagebox.cc b/client/messagebox.cc index 11686c7..80f902d 100644 --- a/client/messagebox.cc +++ b/client/messagebox.cc @@ -24,8 +24,6 @@ * along with MIaV; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include <config.h> -#ifdef USE_GUI #include "messagebox.h" #include "miav_config.h" @@ -241,5 +239,3 @@ void MessageBox::bmaybe_clicked() { done(MSG_MAYBE); } - -#endif/*USE_GUI*/ |