From 2ebf21221d095554fce29860fd3d99d2c59cd2ab Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 18 Mar 2015 20:33:27 +0100 Subject: [PATCH] Fix a clang unused constant warning --- src/GUI/layout.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/GUI/layout.cxx b/src/GUI/layout.cxx index dd6f1b6ca..65e26710f 100644 --- a/src/GUI/layout.cxx +++ b/src/GUI/layout.cxx @@ -12,8 +12,6 @@ // Note, property names with leading double-underscores (__bx, etc...) // are debugging information, and can be safely removed. -const int DEFAULT_PADDING = 2; - int LayoutWidget::UNIT = 5; bool LayoutWidget::eq(const char* a, const char* b) -- 2.39.5