Browse Source

Remove check on ZoomLog construction

Neal Wilson 8 years ago
parent
commit
a24aaf1104
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/typica.w

+ 0
- 4
src/typica.w View File

@@ -5483,10 +5483,6 @@ void addZoomLogToSplitter(QDomElement element, QStack<QWidget *> *widgetStack,
5483 5483
                           QStack<QLayout *> *)
5484 5484
 {
5485 5485
     ZoomLog *widget = new ZoomLog;
5486
-    if(!widget)
5487
-    {
5488
-        qDebug() << "Error constructing widget!";
5489
-    }
5490 5486
     if(element.hasAttribute("id"))
5491 5487
     {
5492 5488
         widget->setObjectName(element.attribute("id"));

Loading…
Cancel
Save