diff options
| author | Shlomi Fish <shlomif@shlomifish.org> | 2017-01-04 19:51:15 +0000 |
|---|---|---|
| committer | Shlomi Fish <shlomif@shlomifish.org> | 2017-01-04 19:51:15 +0000 |
| commit | 671e4a250885ec9f5921c621ca32f3c7276545b7 (patch) | |
| tree | 40201bc4285b923ee6b04b317cecdbb382383498 /src/sp-mesh-array.cpp | |
| parent | Correct/rephrase a comment. Remove trailing space. (diff) | |
| download | inkscape-671e4a250885ec9f5921c621ca32f3c7276545b7.tar.gz inkscape-671e4a250885ec9f5921c621ca32f3c7276545b7.zip | |
Remove an unused local .cpp enum.
(bzr r15369.1.12)
Diffstat (limited to 'src/sp-mesh-array.cpp')
| -rw-r--r-- | src/sp-mesh-array.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/sp-mesh-array.cpp b/src/sp-mesh-array.cpp index f192d0e44..c89cfcc6f 100644 --- a/src/sp-mesh-array.cpp +++ b/src/sp-mesh-array.cpp @@ -1525,18 +1525,6 @@ double hermite( const double p0, const double p1, const double m0, const double class SPMeshSmoothCorner { - enum { - AMP, - DX_LEFT, - DX_RIGHT, - DY_TOP, - DY_BOTTOM, - DXY_LT, - DXY_RT, - DXY_LB, - DXY_RB - }; - public: SPMeshSmoothCorner() { for( unsigned i = 0; i < 3; ++i ) { |
