summaryrefslogtreecommitdiff
path: root/examples/APG/Naming/Graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/APG/Naming/Graph.h')
-rw-r--r--examples/APG/Naming/Graph.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/APG/Naming/Graph.h b/examples/APG/Naming/Graph.h
deleted file mode 100644
index 135b7d14f77..00000000000
--- a/examples/APG/Naming/Graph.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// $Id$
-
-#ifndef GRAPH_H
-#define GRAPH_H
-
-#include "Graphable_Element.h"
-
-class Graph
- {
- public:
- Graph()
- {
- }
-
- void graph( char * filename, Graphable_Element_List & data );
- };
-
-#endif /* GRAPH_H */