QmlProfiler: Remove dead code

No need to keep properties around that aren't read anywhere.

Change-Id: Ie9300ad646466a6a2368f644a420d8654891805f
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Ulf Hermann
2014-03-25 15:52:33 +01:00
parent c4fa365cbb
commit 7d23ee717d
3 changed files with 0 additions and 68 deletions

View File

@@ -99,9 +99,6 @@ protected:
virtual void contextMenuEvent(QContextMenuEvent *event);
private slots:
void profilerStateChanged();
void clientRecordingChanged();
void serverRecordingChanged();
void setZoomSliderEnabled(bool enabled);
void setZoomSliderVisible(bool visible);
@@ -121,9 +118,6 @@ signals:
private:
QWidget *createToolbar();
void setRecording(bool recording);
void setAppKilled();
private:
class QmlProfilerTraceViewPrivate;
QmlProfilerTraceViewPrivate *d;