diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-09-01 15:45:39 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-09-01 15:45:39 +0000 |
| commit | 905801788180beeee0671ba4151cce6b8492a4be (patch) | |
| tree | db881574159216c10229aa00bc592ab708dcb0a8 /src/sp-path.h | |
| parent | Fixed missing return of value and misc return cleanup. Should be the proper f... (diff) | |
| download | inkscape-905801788180beeee0671ba4151cce6b8492a4be.tar.gz inkscape-905801788180beeee0671ba4151cce6b8492a4be.zip | |
Move single-dot-creation function to a better location (and rename it accordingly)
(bzr r6746)
Diffstat (limited to 'src/sp-path.h')
| -rw-r--r-- | src/sp-path.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp-path.h b/src/sp-path.h index 27e09c704..bf294c37c 100644 --- a/src/sp-path.h +++ b/src/sp-path.h @@ -39,8 +39,6 @@ SPCurve* sp_path_get_original_curve (SPPath *path); SPCurve* sp_path_get_curve_for_edit (SPPath *path); const SPCurve* sp_path_get_curve_reference (SPPath *path); -void freehand_create_single_dot(SPEventContext *ec, NR::Point const &pt, char const *tool, guint event_state); - #endif /* |
