Remove/fix unused namespace [forward] declarations (2/x)
This commit is contained in:
parent
f74a6a146b
commit
03689d8070
@ -26,10 +26,6 @@
|
||||
|
||||
#include "gtkmm2ext/visibility.h"
|
||||
|
||||
namespace sigc {
|
||||
struct trackable;
|
||||
}
|
||||
|
||||
#define ENSURE_GUI_THREAD(obj,method, ...) if (!Gtkmm2ext::UI::instance()->caller_is_self()) { abort (); }
|
||||
|
||||
#define gui_context() Gtkmm2ext::UI::instance() /* a UICallback-derived object that specifies the event loop for GUI signal handling */
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include "gtkmm2ext/visibility.h"
|
||||
|
||||
namespace GTK {
|
||||
namespace Gtk {
|
||||
class Window;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user