Convert deprecated boost::signal to signals2

This commit is contained in:
wandererfan
2018-05-10 12:00:13 -04:00
committed by Yorik van Havre
parent eefaaa58db
commit 26d7d74725
7 changed files with 14 additions and 9 deletions

View File

@@ -357,7 +357,6 @@ bool DrawView::keepUpdated(void)
void DrawView::requestPaint(void)
{
Base::Console().Message("TRACE - DV::requestPaint()\n");
signalGuiPaint(this);
}