chiark / gitweb /
new energy calculation but anarres crashes
[moebius2.git] / bgl.h
diff --git a/bgl.h b/bgl.h
deleted file mode 100644 (file)
index 0013f7e..0000000
--- a/bgl.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Definitions exported and imported by our BGL-using stuff
- */
-
-#ifndef BGL_H
-#define BGL_H
-
-#include "mgraph.h"
-
-double graph_layout_cost(const Vertices v, const double vertex_areas[N]);
-void graph_layout_prepare();
-
-double noncircular_rim_cost(const Vertices vertices);
-double edgewise_vertex_displacement_cost(const Vertices vertices);
-
-#endif /*BGL_H*/