1
0
mirror of synced 2025-01-29 19:17:28 +01:00

impr: Remove old unused files

This commit is contained in:
WerWolv 2023-12-08 11:15:18 +01:00
parent b4813660b5
commit ef25542220
3 changed files with 0 additions and 11 deletions

View File

@ -13,7 +13,6 @@ if (WIN32)
source/content/ui_items.cpp
source/content/settings_entries.cpp
source/content/providers.cpp
INCLUDES
include
)

View File

@ -1,8 +0,0 @@
#include <hex/api/content_registry.hpp>
namespace hex::plugin::windows {
void registerProviders() {
}
}

View File

@ -18,7 +18,6 @@ namespace hex::plugin::windows {
void addFooterItems();
void addTitleBarButtons();
void registerSettings();
void registerProviders();
}
static void detectSystemTheme() {
@ -70,7 +69,6 @@ IMHEX_PLUGIN_SETUP("Windows", "WerWolv", "Windows-only features") {
addFooterItems();
registerSettings();
registerProviders();
detectSystemTheme();
checkBorderlessWindowOverride();