impr: Remove old unused files
This commit is contained in:
parent
b4813660b5
commit
ef25542220
@ -13,7 +13,6 @@ if (WIN32)
|
||||
|
||||
source/content/ui_items.cpp
|
||||
source/content/settings_entries.cpp
|
||||
source/content/providers.cpp
|
||||
INCLUDES
|
||||
include
|
||||
)
|
||||
|
@ -1,8 +0,0 @@
|
||||
#include <hex/api/content_registry.hpp>
|
||||
|
||||
namespace hex::plugin::windows {
|
||||
|
||||
void registerProviders() {
|
||||
}
|
||||
|
||||
}
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user