summaryrefslogtreecommitdiffstats
path: root/BrowserSource/Proxy/WebCommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'BrowserSource/Proxy/WebCommon.h')
-rw-r--r--BrowserSource/Proxy/WebCommon.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/BrowserSource/Proxy/WebCommon.h b/BrowserSource/Proxy/WebCommon.h
deleted file mode 100644
index 506d13c..0000000
--- a/BrowserSource/Proxy/WebCommon.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#pragma once
-
-namespace WebServer {
- enum ContentType {
- HTML,
- JSON,
- };
-};