From 25122be50e54e76872a62f1cf59888b00aef505b Mon Sep 17 00:00:00 2001 From: Murai Takashi Date: Sun, 19 Apr 2015 18:02:16 +0900 Subject: [PATCH] Fix GCC 5 unused-variable warning. Signed-off-by: Augustin Cavalier --- src/preferences/time/ClockView.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/preferences/time/ClockView.cpp b/src/preferences/time/ClockView.cpp index 4755824014..04746823ba 100644 --- a/src/preferences/time/ClockView.cpp +++ b/src/preferences/time/ClockView.cpp @@ -26,8 +26,6 @@ static const char* kDeskbarSignature = "application/x-vnd.Be-TSKB"; -static const float kIndentSpacing - = be_control_look->DefaultItemSpacing() * 2.3; #undef B_TRANSLATION_CONTEXT