From 307cfcc7a295f1660c1f8b972b8e2da33d6e0998 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Mon, 22 Jul 2013 13:58:15 -0700 Subject: [PATCH] CR feedback --- interface/src/ui/VoxelStatsDialog.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/interface/src/ui/VoxelStatsDialog.h b/interface/src/ui/VoxelStatsDialog.h index 1d30ec8881..eab5b6a45a 100644 --- a/interface/src/ui/VoxelStatsDialog.h +++ b/interface/src/ui/VoxelStatsDialog.h @@ -17,7 +17,6 @@ class VoxelStatsDialog : public QDialog { Q_OBJECT public: - // Sets up the UI VoxelStatsDialog(QWidget* parent, VoxelSceneStats* model); @@ -25,11 +24,9 @@ signals: void closed(); public slots: - void reject(); protected: - // State <- data model held by BandwidthMeter void paintEvent(QPaintEvent*);