summaryrefslogtreecommitdiffstats
path: root/src/ui/tools
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-11-15 19:08:00 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-11-15 19:08:00 +0000
commit11fd7a608db9b2133bb0fc067545557fedfd2643 (patch)
treeb9a97dd449e410b7a6c0c2f496204cac0730338b /src/ui/tools
parentAdd vertical and horizontal modes (diff)
parentPurged GTKish SP_IS_RECT_CONTEXT/SP_RECT_CONTEXT macros. (diff)
downloadinkscape-11fd7a608db9b2133bb0fc067545557fedfd2643.tar.gz
inkscape-11fd7a608db9b2133bb0fc067545557fedfd2643.zip
update to trunk
(bzr r13682.1.12)
Diffstat (limited to 'src/ui/tools')
-rw-r--r--src/ui/tools/rect-tool.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ui/tools/rect-tool.h b/src/ui/tools/rect-tool.h
index a50fd7b24..a22f1caa8 100644
--- a/src/ui/tools/rect-tool.h
+++ b/src/ui/tools/rect-tool.h
@@ -6,6 +6,7 @@
*
* Author:
* Lauris Kaplinski <lauris@kaplinski.com>
+ * Jon A. Cruz <jon@joncruz.org>
*
* Copyright (C) 2000 Lauris Kaplinski
* Copyright (C) 2000-2001 Ximian, Inc.
@@ -21,9 +22,6 @@
#include "sp-rect.h"
-#define SP_RECT_CONTEXT(obj) (dynamic_cast<Inkscape::UI::Tools::RectTool*>((Inkscape::UI::Tools::ToolBase*)obj))
-#define SP_IS_RECT_CONTEXT(obj) (dynamic_cast<const Inkscape::UI::Tools::RectTool*>((const Inkscape::UI::Tools::ToolBase*)obj) != NULL)
-
namespace Inkscape {
namespace UI {
namespace Tools {