Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qt_tstfrm/macros.hpp')
-rw-r--r--qt_tstfrm/macros.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/qt_tstfrm/macros.hpp b/qt_tstfrm/macros.hpp
index ac85415562..fc249faf64 100644
--- a/qt_tstfrm/macros.hpp
+++ b/qt_tstfrm/macros.hpp
@@ -111,10 +111,7 @@ public:
virtual void DoDraw(shared_ptr<graphics::gl::Screen> p)
{
- p->beginFrame();
- p->clear(graphics::gl::Screen::s_bgColor);
test.DoDraw(p);
- p->endFrame();
}
virtual void DoResize(int, int)
{