From abb65c7fcf570e69480ca70c92d4e271a78ffee2 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 4 Aug 2020 12:55:47 +0200 Subject: Unblock is not needed switch off does unblock bitmask --- gui/handlers.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gui/handlers.cpp') 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(); -- cgit v1.2.3