diff options
| author | Jabiertxof <jtx@jtx> | 2017-03-16 19:08:44 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2017-03-16 19:08:44 +0000 |
| commit | 8330d0ef2b97c73121ead78ea9fbcec6ee01f879 (patch) | |
| tree | 1b1717d1706ee6ebfecc800f2cc80430eb0450e0 /src/sp-mesh-array.cpp | |
| parent | update to trunk (diff) | |
| parent | Fix rendering when canvas rotated. General code clean-up and documentation. (diff) | |
| download | inkscape-8330d0ef2b97c73121ead78ea9fbcec6ee01f879.tar.gz inkscape-8330d0ef2b97c73121ead78ea9fbcec6ee01f879.zip | |
Update to trunk
(bzr r13645.1.170)
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 ) { |
