aboutsummaryrefslogtreecommitdiff
path: root/src/graphs.h.old
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-10-06 13:35:14 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-10-06 13:35:14 +0200
commit71e7b5fc4f28bcccd5fd9e27617b0ca2d13fc179 (patch)
tree4b5e54f60d706cf3ae2a43f403ecd4a690facbb8 /src/graphs.h.old
parentDocumentation of stream behavior. (diff)
downloadcalp-71e7b5fc4f28bcccd5fd9e27617b0ca2d13fc179.tar.gz
calp-71e7b5fc4f28bcccd5fd9e27617b0ca2d13fc179.tar.xz
Remove old C code.
Diffstat (limited to 'src/graphs.h.old')
-rw-r--r--src/graphs.h.old15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/graphs.h.old b/src/graphs.h.old
deleted file mode 100644
index fe521003..00000000
--- a/src/graphs.h.old
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef GRAPHS_H
-#define GRAPHS_H
-
-#include "vcal.h"
-
-int create_graph_trie (vcomponent* ev, char* filename);
-
-int create_graph_vcomponent (vcomponent* root, char* outfile);
-
-int helper_vcomponent (vcomponent* root, FILE* f);
-
-int trie_to_dot ( TRIE(content_line)*, FILE* );
-int trie_to_dot_helper ( TRIE_NODE(content_line)*, FILE* );
-
-#endif /* GRAPHS_H */