From 5ad3b6018a85be29a88131bfe1e8270589140f5b Mon Sep 17 00:00:00 2001 From: dmitry Date: Sun, 18 Apr 2021 21:37:58 +0300 Subject: [PATCH] Remove exceed protected --- include/modules/wlr/taskbar.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/modules/wlr/taskbar.hpp b/include/modules/wlr/taskbar.hpp index bb65066a..891ad55b 100644 --- a/include/modules/wlr/taskbar.hpp +++ b/include/modules/wlr/taskbar.hpp @@ -139,9 +139,6 @@ class Taskbar : public waybar::AModule struct zwlr_foreign_toplevel_manager_v1 *manager_; struct wl_seat *seat_; - protected: - - public: /* Callbacks for global registration */ void register_manager(struct wl_registry*, uint32_t name, uint32_t version);