mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-09 15:05:39 -05:00
remove unused functions/dead code
This commit is contained in:
@@ -27,14 +27,6 @@ Singleton {
|
||||
}
|
||||
}
|
||||
|
||||
function increaseBrightness() {
|
||||
setBrightness(brightnessLevel + 10);
|
||||
}
|
||||
|
||||
function decreaseBrightness() {
|
||||
setBrightness(brightnessLevel - 10);
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
ddcAvailabilityChecker.running = true;
|
||||
laptopBacklightChecker.running = true;
|
||||
|
||||
Reference in New Issue
Block a user