diff --git a/uppsrc/CtrlCore/X11Wnd.cpp b/uppsrc/CtrlCore/X11Wnd.cpp index 4b3f3248c..4fcca05ab 100644 --- a/uppsrc/CtrlCore/X11Wnd.cpp +++ b/uppsrc/CtrlCore/X11Wnd.cpp @@ -258,8 +258,6 @@ void Ctrl::ProcessEvent(XEvent *event) && event->type != MotionNotify) for(XEventMap *m = sXevent; m->ID; m++) if(m->ID == event->type) { - int t = msecs() - s_starttime; - VppLog() << Format("%d.%01d", t / 1000, t % 1000); VppLog() << " EVENT " << Format("%-20.20s", m->name); VppLog() << "[window: " << event->xany.window << "] "; if(q >= 0) diff --git a/upptst/ColorPopup/main.cpp b/upptst/ColorPopup/main.cpp index 0b3390acb..49f9d7f71 100644 --- a/upptst/ColorPopup/main.cpp +++ b/upptst/ColorPopup/main.cpp @@ -25,6 +25,5 @@ MyApp::MyApp() GUI_APP_MAIN { // SetStdFont(Arial(25)); - SyncUHDMode(); MyApp().Run(); } diff --git a/upptst/ImlUHDDark/main.cpp b/upptst/ImlUHDDark/main.cpp index 7ca6d3a94..37af2ef12 100644 --- a/upptst/ImlUHDDark/main.cpp +++ b/upptst/ImlUHDDark/main.cpp @@ -16,7 +16,7 @@ struct Test : TopWindow { int x = 0; for(int mode = 0; mode < 4; mode++) { SColorPaper_Write(mode & 1 ? Black() : White()); - SetUHDMode(mode & 2); +// SetUHDMode(mode & 2); w.DrawRect(x, 0, sz.cx, sz.cy, SColorPaper()); w.DrawText(x, 0, get_i(mode, "Normal", "Dark", "UHD", "UHD Dark"), StdFont(), LtMagenta()); int y = 200; diff --git a/upptst/OpenGLKey/main.cpp b/upptst/OpenGLKey/main.cpp index 1a92a9f61..76bf13558 100644 --- a/upptst/OpenGLKey/main.cpp +++ b/upptst/OpenGLKey/main.cpp @@ -101,7 +101,6 @@ struct OpenGLExample : GLCtrl { GUI_APP_MAIN { - Ctrl::GlobalBackPaint(); TopWindow win; OpenGLExample gl; gl.SetFrame(InsetFrame()); diff --git a/upptst/TestChStyle/main.cpp b/upptst/TestChStyle/main.cpp index d831a6001..806d8afb4 100644 --- a/upptst/TestChStyle/main.cpp +++ b/upptst/TestChStyle/main.cpp @@ -103,11 +103,6 @@ TestChStyle::TestChStyle() switch1.Disable(); switch1 <<= 1; - auto AddSkin = [=](void (*fn)(), const char *name) { - skin.Add(skin_fn.GetCount(), name); - skin_fn.Add(fn); - }; - for(auto sk : GetAllChSkins()) { skin.Add(skin_fn.GetCount(), sk.b); skin_fn.Add(sk.a); @@ -202,7 +197,6 @@ GUI_APP_MAIN #endif RDUMPM(Environment()); - RDUMP(IsUHDMode()); RDUMP(SColorDisabled()); RDUMP(SColorText());