]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/WorkArea.C
Rename .C => .cpp for files in src/frontends/controllers, step 1
[lyx.git] / src / frontends / WorkArea.C
index b0d1166b305084d49afd42239a6df48d156386ad..c1a89e18a9cb699702f9658e28e9a52ac646befc 100644 (file)
@@ -149,9 +149,8 @@ void WorkArea::redraw()
        ViewMetricsInfo const & vi = buffer_view_->viewMetricsInfo();
        greyed_out_ = false;
 
-       if (lyxerr.debugging(Debug::WORKAREA)) {
-               LYXERR(Debug::WORKAREA) << "WorkArea::redraw screen" << endl;
-       }
+       LYXERR(Debug::WORKAREA) << "WorkArea::redraw screen" << endl;
+
        int const ymin = std::max(vi.y1, 0);
        int const ymax = vi.p2 < vi.size - 1 ? vi.y2 : height();