From 5945143a01deece150425567a8a49a7c8f694001 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 6 Jul 2023 09:38:02 +0200 Subject: src/exporter.cpp: Drop unused variable --- src/exporter.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/exporter.cpp b/src/exporter.cpp index 5609ca8..c75eb5b 100644 --- a/src/exporter.cpp +++ b/src/exporter.cpp @@ -1,6 +1,6 @@ /* * Copyright 2014 Canonical Ltd. - * Copyright 2022 Robert Tari + * Copyright 2022-2023 Robert Tari * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published @@ -188,7 +188,6 @@ private: static_cast(gthis)->emit_name_lost(name); } - const std::string m_bus_name; core::Signal m_name_lost; std::shared_ptr m_indicator; std::set m_exported_menu_ids; -- cgit v1.2.3