diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2016-01-16 03:19:49 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2016-01-16 03:19:49 +0000 |
| commit | b4153318caa10997f2288bba57fce9fab106b0dc (patch) | |
| tree | 08cd97e68d784e0749db5596e88acda086e3c40f /src | |
| parent | Remove buggy and presumptuous usage of SP_ACTIVE_DESKTOP in renderer code; fi... (diff) | |
| download | inkscape-b4153318caa10997f2288bba57fce9fab106b0dc.tar.gz inkscape-b4153318caa10997f2288bba57fce9fab106b0dc.zip | |
Dead code cleanup
(bzr r14585.1.2)
Diffstat (limited to 'src')
| -rw-r--r-- | src/display/guideline.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/display/guideline.cpp b/src/display/guideline.cpp index 00fcfea6a..b3b0869b6 100644 --- a/src/display/guideline.cpp +++ b/src/display/guideline.cpp @@ -32,7 +32,6 @@ static void sp_guideline_render(SPCanvasItem *item, SPCanvasBuf *buf); static double sp_guideline_point(SPCanvasItem *item, Geom::Point p, SPCanvasItem **actual_item); -//static gboolean sp_guideline_origin_move(SPKnot *knot, Geom::Point *position, guint state, SPGuideLine *data); static void sp_guideline_drawline (SPCanvasBuf *buf, gint x0, gint y0, gint x1, gint y1, guint32 rgba); G_DEFINE_TYPE(SPGuideLine, sp_guideline, SP_TYPE_CANVAS_ITEM); @@ -232,15 +231,6 @@ SPCanvasItem *sp_guideline_new(SPCanvasGroup *parent, char* label, Geom::Point p return item; } -/*static gboolean sp_guideline_origin_move(SPKnot *knot, Geom::Point *position, guint state, SPGuideLine *gl) -{ - if(gl->locked) { - return true; - } - sp_guideline_set_position(gl, *position); - return false; -}*/ - void sp_guideline_set_label(SPGuideLine *gl, const char* label) { if (gl->label) { |
