aboutsummaryrefslogtreecommitdiff
path: root/src/old/conftree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/old/conftree.h')
-rw-r--r--src/old/conftree.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/old/conftree.h b/src/old/conftree.h
deleted file mode 100644
index 197b1ef..0000000
--- a/src/old/conftree.h
+++ /dev/null
@@ -1,19 +0,0 @@
1#ifndef CONF_TREE_H
2#define CONF_TREE_H
3
4#include <stdint.h>
5
6/**
7 *
8 */
9class ConfTree
10{
11public:
12 ConfTree();
13 virtual ~ConfTree();
14
15private:
16
17};
18
19#endif