aboutsummaryrefslogtreecommitdiffstats
path: root/composer/listener.h
diff options
context:
space:
mode:
Diffstat (limited to 'composer/listener.h')
-rw-r--r--composer/listener.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/composer/listener.h b/composer/listener.h
index ce1eefa746..cb395b9a62 100644
--- a/composer/listener.h
+++ b/composer/listener.h
@@ -22,13 +22,10 @@
#ifndef LISTENER_H_
#define LISTENER_H_
-#include <libgnome/gnome-defs.h>
#include <bonobo/bonobo-object.h>
#include "Editor.h"
#include "e-msg-composer.h"
-BEGIN_GNOME_DECLS
-
#define EDITOR_LISTENER_TYPE (listener_get_type ())
#define EDITOR_LISTENER(o) (GTK_CHECK_CAST ((o), EDITOR_LISTENER_TYPE, EditorListener))
#define EDITOR_LISTENER_CLASS(k) (GTK_CHECK_CLASS_CAST((k), EDITOR_LISTENER_TYPE, EditorListenerClass))
@@ -51,6 +48,4 @@ EditorListener *listener_construct (EditorListener
GNOME_GtkHTML_Editor_Listener corba_listener);
EditorListener *listener_new (EMsgComposer *composer);
-END_GNOME_DECLS
-
#endif /* LISTENER_H_ */