1
0
Fork 0

Fix a clang unused constant warning

This commit is contained in:
James Turner 2015-03-18 20:33:27 +01:00
parent 61eae124d4
commit 2ebf21221d

View file

@ -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)