Commit 5e7738dac4d37b8d6b9f4e99ec298b0c0a30f323

Authored by 김태훈
1 parent d7c3a65b47
Exists in master and in 2 other branches fhd, fhd-demo

통계 객체 디버깅용 코드 제거

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
app/gui/oven_control/ovenstatics.cpp
... ... @@ -44,9 +44,6 @@ void OvenStatics::onDataChanged()
44 44 error_item *item;
45 45 time_t ltime=0;
46 46 qDebug() << "statics event fired";
47   - popupWindow *w = new popupWindow((QWidget*) parent());
48   - w->setWindowModality(Qt::WindowModal);
49   - w->showFullScreen();
50 47 return;
51 48 udp->fillControl(control);
52 49 udp->fillData(state);
... ...