Index: debugger/QT/SkDebuggerGUI.h |
diff --git a/debugger/QT/SkDebuggerGUI.h b/debugger/QT/SkDebuggerGUI.h |
index 6ff4d4d90c857e870a846810170214055418a3df..2ef4b0eb358a6c3c197dfa09d4d45b6abd8a41c8 100644 |
--- a/debugger/QT/SkDebuggerGUI.h |
+++ b/debugger/QT/SkDebuggerGUI.h |
@@ -78,11 +78,6 @@ private slots: |
void actionBreakpoints(); |
/** |
- Profile the commands |
- */ |
- void actionProfile(); |
- |
- /** |
Cancels the command filter in the list widget. |
*/ |
void actionCancel(); |
@@ -238,7 +233,6 @@ private: |
QAction fActionOpen; |
QAction fActionBreakpoint; |
- QAction fActionProfile; |
QAction fActionCancel; |
QAction fActionClearBreakpoints; |
QAction fActionClearDeletes; |
@@ -334,15 +328,6 @@ private: |
*/ |
void setupOverviewText(const SkTDArray<double>* typeTimes, double totTime, int numRuns); |
- |
- /** |
- Render the supplied picture several times tracking the time consumed |
- by each command. |
- */ |
- void run(const SkPicture* pict, |
- sk_tools::PictureRenderer* renderer, |
- int repeats); |
- |
bool isPaused() const { |
return fActionPause.isChecked(); |
} |