From b25dacd0c034626885e61c04ce9f95fe5e3e5089 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Wed, 1 Feb 2023 00:33:23 -0600 Subject: [PATCH] Remove unnecessary header file OpenRGB.h --- OpenRGB.h | 1 - cli.cpp | 1 - main.cpp | 1 - 3 files changed, 3 deletions(-) delete mode 100644 OpenRGB.h diff --git a/OpenRGB.h b/OpenRGB.h deleted file mode 100644 index 33f2bf1e..00000000 --- a/OpenRGB.h +++ /dev/null @@ -1 +0,0 @@ -void DetectRGBControllers(); \ No newline at end of file diff --git a/cli.cpp b/cli.cpp index 264f21f5..2d4da7d0 100644 --- a/cli.cpp +++ b/cli.cpp @@ -1,4 +1,3 @@ -#include "OpenRGB.h" #include "AutoStart.h" #include "filesystem.h" #include "ProfileManager.h" diff --git a/main.cpp b/main.cpp index 942bded9..683af3c6 100644 --- a/main.cpp +++ b/main.cpp @@ -9,7 +9,6 @@ #include "ResourceManager.h" #include "NetworkClient.h" #include "NetworkServer.h" -#include "OpenRGB.h" #include "ProfileManager.h" #include "RGBController.h" #include "i2c_smbus.h"