diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-07-01 17:13:58 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-07-01 17:13:58 +0000 |
| commit | f19bf822a0c2a44ff6201e7d24c4646e2e98e4ed (patch) | |
| tree | 5459b5d6238a6788582d1fe944dedb300f0ee5d9 /src/libavoid/visibility.h | |
| parent | Merge branch 'master' of gitlab.com:inkscape/inkscape (diff) | |
| parent | Merge branch 'master' of gitlab.com:inkscape/inkscape (diff) | |
| download | inkscape-f19bf822a0c2a44ff6201e7d24c4646e2e98e4ed.tar.gz inkscape-f19bf822a0c2a44ff6201e7d24c4646e2e98e4ed.zip | |
Merge branch 'master' of gitlab.com:Frigory33/inkscape
Diffstat (limited to '')
| -rw-r--r-- | src/libavoid/visibility.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/libavoid/visibility.h b/src/libavoid/visibility.h index 92e56d922..771d5f5f3 100644 --- a/src/libavoid/visibility.h +++ b/src/libavoid/visibility.h @@ -19,32 +19,23 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * - * Author(s): Michael Wybrow <mjwybrow@users.sourceforge.net> + * Author(s): Michael Wybrow */ #ifndef AVOID_VISIBILITY_H #define AVOID_VISIBILITY_H -#include "libavoid/vertices.h" - namespace Avoid { -class ShapeRef; class VertInf; extern void vertexVisibility(VertInf *point, VertInf *partner, bool knownNew, const bool gen_contains = false); -extern void vertexSweep(VertInf *point); -extern void computeCompleteVis(void); -extern void shapeVis(ShapeRef *shape); -extern void shapeVisSweep(ShapeRef *shape); - } #endif - |
