refactor: rm QtShell/ShellComponent code superseded by RootWrapper

This commit is contained in:
outfoxxed 2024-01-31 18:35:51 -08:00
parent 9a5ad44aa9
commit ba1e18a125
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 12 additions and 115 deletions

View file

@ -10,7 +10,6 @@
#include <qstring.h>
#include "rootwrapper.hpp"
#include "shell.hpp"
int main(int argc, char** argv) {
const auto app = QGuiApplication(argc, argv);
@ -41,8 +40,6 @@ int main(int argc, char** argv) {
return -1;
}
CONFIG_PATH = configPath;
LayerShellQt::Shell::useLayerShell();
// Base window transparency appears to be additive.
// Use a fully transparent window with a colored rect.