Fix a clang unused constant warning
This commit is contained in:
parent
61eae124d4
commit
2ebf21221d
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue