diff --git a/includes/ArticBaseFunctions.hpp b/includes/ArticBaseFunctions.hpp index 1356407..f04482e 100644 --- a/includes/ArticBaseFunctions.hpp +++ b/includes/ArticBaseFunctions.hpp @@ -15,19 +15,4 @@ namespace ArticBaseFunctions { // All destruct functions should be defined here extern std::vector destructFunctions; - - enum class HandleType { - FILE, - DIR, - ARCHIVE - }; - - // Controller_Start - namespace ArticController { - extern Thread thread; - extern bool thread_run; - extern int socket_fd; - extern volatile bool socket_ready; - void Handler(void* arg); - }; }; \ No newline at end of file