summaryrefslogtreecommitdiffstats
path: root/src/sp-object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-object.h')
-rw-r--r--src/sp-object.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sp-object.h b/src/sp-object.h
index 74e957b4b..20cf54098 100644
--- a/src/sp-object.h
+++ b/src/sp-object.h
@@ -46,17 +46,11 @@ class SPObjectClass;
/* Parent, Style, Viewport, User */
#define SP_OBJECT_MODIFIED_CASCADE (SP_OBJECT_FLAGS_ALL & ~(SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_CHILD_MODIFIED_FLAG))
-/* Generic */
-#define SP_OBJECT_IS_CLONED(o) (((SPObject *) (o))->cloned)
-
/* Write flags */
#define SP_OBJECT_WRITE_BUILD (1 << 0)
#define SP_OBJECT_WRITE_EXT (1 << 1)
#define SP_OBJECT_WRITE_ALL (1 << 2)
-/* Convenience stuff */
-#define SP_OBJECT_REPR(o) (((SPObject *) (o))->getRepr())
-
#include <glib-object.h>
#include <sigc++/connection.h>
#include <sigc++/functors/slot.h>