| Index: debugger/QT/SkDebuggerGUI.h
|
| diff --git a/debugger/QT/SkDebuggerGUI.h b/debugger/QT/SkDebuggerGUI.h
|
| index d6c3f490738d357febee83dfd0745b76a3db94b7..6ff4d4d90c857e870a846810170214055418a3df 100644
|
| --- a/debugger/QT/SkDebuggerGUI.h
|
| +++ b/debugger/QT/SkDebuggerGUI.h
|
| @@ -78,11 +78,6 @@ private slots:
|
| void actionBreakpoints();
|
|
|
| /**
|
| - Toggles between count and offset style of command indexing in GUI
|
| - */
|
| - void actionToggleIndexStyle();
|
| -
|
| - /**
|
| Profile the commands
|
| */
|
| void actionProfile();
|
| @@ -243,7 +238,6 @@ private:
|
|
|
| QAction fActionOpen;
|
| QAction fActionBreakpoint;
|
| - QAction fActionToggleIndexStyle;
|
| QAction fActionProfile;
|
| QAction fActionCancel;
|
| QAction fActionClearBreakpoints;
|
|
|