From d6242fd1095cca73d10cd3288d08ce5856377a3b Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Sun, 2 Aug 2020 19:53:32 +0200 Subject: [PATCH] Cleanup --- app/SysTray-X/windowctrl.cpp | 9 --------- app/SysTray-X/windowctrl.h | 7 ------- 2 files changed, 16 deletions(-) diff --git a/app/SysTray-X/windowctrl.cpp b/app/SysTray-X/windowctrl.cpp index f2278d3..525ca6e 100644 --- a/app/SysTray-X/windowctrl.cpp +++ b/app/SysTray-X/windowctrl.cpp @@ -59,15 +59,6 @@ bool WindowCtrl::thunderbirdStart() const } -/* - * Get the number of visible windows. - */ -int WindowCtrl::visibleWindows() -{ - return getVisibleWindows(); -} - - /* * Test func 1 */ diff --git a/app/SysTray-X/windowctrl.h b/app/SysTray-X/windowctrl.h index 534b383..9177a59 100644 --- a/app/SysTray-X/windowctrl.h +++ b/app/SysTray-X/windowctrl.h @@ -47,13 +47,6 @@ class WindowCtrl : public QObject */ bool thunderbirdStart() const; - /** - * @brief visibleWindows. Get the number of visible windows. - * - * @return The number of windows. - */ - int visibleWindows(); - signals: // void signalShow();