Fixed QLINE_MIN_WIDTH warning on mac

This commit is contained in:
Atlante45 2014-04-29 17:38:55 -07:00
parent a934ffb1d7
commit e9a01a39a2

View file

@ -814,7 +814,6 @@ void sendFakeEnterEvent() {
QCoreApplication::sendEvent(glWidget, &enterEvent);
}
const int QLINE_MINIMUM_WIDTH = 400;
const float DIALOG_RATIO_OF_WINDOW = 0.30f;
void Menu::loginForCurrentDomain() {