From 5dab6c9471f5dcef4956525029a33788c2a6b1ef Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Wed, 6 Nov 2024 14:31:47 -0500 Subject: Revert "add new tool button with background" This reverts commit b6d1aed922c28193038c9e42133e32eba6cd6758. --- ui/theme.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ui/theme.h b/ui/theme.h index 71e51804..c6b8f607 100644 --- a/ui/theme.h +++ b/ui/theme.h @@ -22,14 +22,6 @@ public: }; -class BINARYNINJAUIAPI CustomStyleFlatToolButtonWithBackground : public QToolButton -{ -Q_OBJECT -public: - CustomStyleFlatToolButtonWithBackground(QWidget* parent = nullptr) : QToolButton(parent) {} -}; - - class BINARYNINJAUIAPI CustomStyleFlatToolButton : public QToolButton { Q_OBJECT -- cgit v1.3.1