mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 20:16:54 +03:00
Revert "Hopefully quash INFO confusion on Atari MINT platform"
This reverts commit 9c93ed1bca
.
This commit is contained in:
parent
bb056e55b1
commit
c1c8ed794d
@ -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));
|
||||
|
@ -25,10 +25,6 @@
|
||||
|
||||
#include "utils/errors.h"
|
||||
|
||||
#if defined(__MINT__)
|
||||
#undef INFO
|
||||
#endif
|
||||
|
||||
extern bool verbose_log;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user