From 703e183e430f15aff6005d38aefcacf91e2314cd Mon Sep 17 00:00:00 2001 From: yum Date: Wed, 13 Sep 2023 21:43:33 -0700 Subject: General cleanup Remove unused proxy code, curl, and images. --- BrowserSource/Proxy/WebCommon.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 BrowserSource/Proxy/WebCommon.h (limited to 'BrowserSource/Proxy/WebCommon.h') 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, - }; -}; -- cgit v1.2.3