summaryrefslogtreecommitdiff
path: root/s_html.cpp
diff options
context:
space:
mode:
Diffstat (limited to 's_html.cpp')
-rw-r--r--s_html.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/s_html.cpp b/s_html.cpp
deleted file mode 100644
index 0899abe..0000000
--- a/s_html.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef GHTM_CXX
-#define GHTM_CXX
-
-#include "s_html.h"
-
-using namespace std;
-
-html* s_html::obj;
-
-#endif