diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-11-15 19:08:00 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-11-15 19:08:00 +0000 |
| commit | 11fd7a608db9b2133bb0fc067545557fedfd2643 (patch) | |
| tree | b9a97dd449e410b7a6c0c2f496204cac0730338b /src/sp-script.h | |
| parent | Add vertical and horizontal modes (diff) | |
| parent | Purged GTKish SP_IS_RECT_CONTEXT/SP_RECT_CONTEXT macros. (diff) | |
| download | inkscape-11fd7a608db9b2133bb0fc067545557fedfd2643.tar.gz inkscape-11fd7a608db9b2133bb0fc067545557fedfd2643.zip | |
update to trunk
(bzr r13682.1.12)
Diffstat (limited to 'src/sp-script.h')
| -rw-r--r-- | src/sp-script.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/sp-script.h b/src/sp-script.h index b71f86720..cdacb8493 100644 --- a/src/sp-script.h +++ b/src/sp-script.h @@ -6,6 +6,7 @@ * * Author: * Felipe C. da S. Sanches <juca@members.fsf.org> + * Jon A. Cruz <jon@joncruz.org> * * Copyright (C) 2008 Author * @@ -15,9 +16,6 @@ #include "sp-object.h" #include "document.h" -#define SP_SCRIPT(obj) (dynamic_cast<SPScript*>((SPObject*)obj)) -#define SP_IS_SCRIPT(obj) (dynamic_cast<const SPScript*>((SPObject*)obj) != NULL) - /* SPScript */ class SPScript : public SPObject { public: |
