From f494eae6a5d5acd7b84437e5e251c6e3ff6f83a8 Mon Sep 17 00:00:00 2001 From: Ratchanan Srirattanamet Date: Thu, 7 Dec 2023 00:19:08 +0700 Subject: tests/test-notify: remove unused hint variable This variable becomes unused in "commit" 2cb851b018c5 [1], and doesn't seem to be used anywhere else in the code. Remove it. [1] 2cb851b018c5 ("add tests to confirm that the DBus object's PowerLevel property changes at the right times (and only at the right times) when the battery is draining"), which is part of this merge proposal on Launchpad: https://code.launchpad.net/~charlesk/indicator-power/lp-1296431-low-power-snap-decisions/+merge/233744 --- tests/test-notify.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test-notify.cc b/tests/test-notify.cc index 12a80fb..9fdb577 100644 --- a/tests/test-notify.cc +++ b/tests/test-notify.cc @@ -72,8 +72,6 @@ protected: static constexpr char const * METHOD_GET_INFO {"GetServerInformation"}; static constexpr char const * SIGNAL_CLOSED {"NotificationClosed"}; - static constexpr char const * HINT_TIMEOUT {"x-lomiri-snap-decisions-timeout"}; - protected: void SetUp() -- cgit v1.2.3