Revert "Hopefully quash INFO confusion on Atari MINT platform"

This reverts commit 9c93ed1bca.
This commit is contained in:
Vincent Sanders 2017-09-08 21:49:59 +01:00
parent bb056e55b1
commit c1c8ed794d
2 changed files with 1 additions and 5 deletions

View File

@ -244,7 +244,7 @@ int window_create(struct gui_window * gw,
flags |= ( SIZER );
}
if( inflags & WIDGET_STATUSBAR ) {
flags |= ( /* INFO */ 0x0010 );
flags |= ( INFO );
}
gw->root = malloc(sizeof(struct s_gui_win_root));

View File

@ -25,10 +25,6 @@
#include "utils/errors.h"
#if defined(__MINT__)
#undef INFO
#endif
extern bool verbose_log;
/**