summaryrefslogtreecommitdiff
path: root/gui/handlers.cpp
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2020-08-04 12:55:47 +0200
committerRuben Pollan <meskio@sindominio.net>2020-08-13 17:16:07 +0200
commitabb65c7fcf570e69480ca70c92d4e271a78ffee2 (patch)
treefddab05a9c5fc4e10a2f3c31500283174a43720b /gui/handlers.cpp
parent5ba62c56b2a94b9f5ae06b150713f84d5a3144fa (diff)
Unblock is not needed switch off does unblock bitmask
Diffstat (limited to 'gui/handlers.cpp')
-rw-r--r--gui/handlers.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/gui/handlers.cpp b/gui/handlers.cpp
index de54161..ab64afb 100644
--- a/gui/handlers.cpp
+++ b/gui/handlers.cpp
@@ -30,11 +30,6 @@ void Backend::switchOff()
SwitchOff();
}
-void Backend::unblock()
-{
- Unblock();
-}
-
void Backend::donateAccepted()
{
DonateAccepted();