# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2018-05-22 21:13:06 # Node ID d473f3e3864a5696cad881d4071f36169de92b30 # Parent 27b56f9243a44e2e250e94d0978684cf51777fb5 removed unused DataRecorder from mainwindow diff --git a/src/mainwindow.h b/src/mainwindow.h --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -44,7 +44,6 @@ #include "snapshotmanager.h" #include "plotmanager.h" #include "plotmenu.h" -#include "datarecorder.h" #include "updatecheckdialog.h" namespace Ui { @@ -81,7 +80,6 @@ private: PlotManager* plotMan; QWidget* secondaryPlot; SnapshotManager snapshotMan; - DataRecorder recorder; // operated by `recordPanel` QLabel spsLabel; CommandPanel commandPanel;