[emerillon/gtk3] Oops, drop accidental changes from Placemarks



commit e90fd5f973152c8bcf0257fed2b58ff921ff6d8e
Author: Andreas Henriksson <andreas fatal se>
Date:   Tue Aug 9 17:46:17 2011 +0200

    Oops, drop accidental changes from Placemarks
    
    Accidentally commited some changes that where not supposed
    to be made at all in the "Use Totem plugin macro for Placemarks plugin"
    commit.... drop it.

 plugins/placemarks/manage-dialog.h |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/plugins/placemarks/manage-dialog.h b/plugins/placemarks/manage-dialog.h
index 6965f2d..b71576e 100644
--- a/plugins/placemarks/manage-dialog.h
+++ b/plugins/placemarks/manage-dialog.h
@@ -23,16 +23,6 @@
 #include <gtk/gtk.h>
 #include <champlain/champlain.h>
 
-#define TYPE_ADD_DIALOG            (add_dialog_get_type ())
-#define ADD_DIALOG(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_ADD_DIALOG, AddDialog))
-#define ADD_DIALOG_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass),  TYPE_ADD_DIALOG, AddDialogClass))
-#define IS_ADD_DIALOG(obj)         (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_ADD_DIALOG))
-#define IS_ADD_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass),  TYPE_ADD_DIALOG))
-#define ADD_DIALOG_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj),  TYPE_ADD_DIALOG, AddDialogClass))
-
-#define ADD_DIALOG_ERROR           (add_dialog_error_quark ())
-
-
 G_BEGIN_DECLS
 
 typedef struct _ManageDialog ManageDialog;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]