chore: remove httplib since it's unused (#1723)

This commit is contained in:
Aaron Kimbrell 2025-01-05 00:13:07 -06:00 committed by GitHub
parent fb32534ae3
commit a6c6d892cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 0 additions and 7 deletions

3
.gitmodules vendored
View File

@ -1,6 +1,3 @@
[submodule "thirdparty/cpp-httplib"]
path = thirdparty/cpp-httplib
url = https://github.com/yhirose/cpp-httplib
[submodule "thirdparty/tinyxml2"]
path = thirdparty/tinyxml2
url = https://github.com/leethomason/tinyxml2

View File

@ -247,7 +247,6 @@ include_directories(
"thirdparty/recastnavigation"
"thirdparty/SQLite"
"thirdparty/cpplinq"
"thirdparty/cpp-httplib"
"thirdparty/MD5"
)

View File

@ -48,8 +48,6 @@
#include <chrono>
#include "RakString.h"
#include "httplib.h" //sorry not sorry.
//CDB includes:
#include "CDClientManager.h"
#include "CDEmoteTable.h"

@ -1 +0,0 @@
Subproject commit 824e7682e4d95e1bb21e501731eb2b6bb23033d2