summaryrefslogtreecommitdiffstats
path: root/src/libavoid/visibility.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libavoid/visibility.h')
-rw-r--r--src/libavoid/visibility.h11
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
-