Index: debugger/QT/SkDebuggerGUI.h |
diff --git a/debugger/QT/SkDebuggerGUI.h b/debugger/QT/SkDebuggerGUI.h |
index 6ff4d4d90c857e870a846810170214055418a3df..4c14c37db4a3fcd77b8185a932a97d9c31f70b73 100644 |
--- a/debugger/QT/SkDebuggerGUI.h |
+++ b/debugger/QT/SkDebuggerGUI.h |
@@ -334,15 +334,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(); |
} |