Debugger sources code clean-up
[clinton/Virtual-Jaguar-Rx.git] / src / debugger / exceptionvectortablebrowser.h
index 31dfca3..12bf882 100644 (file)
@@ -20,24 +20,15 @@ class ExceptionVectorTableBrowserWindow: public QWidget
                ~ExceptionVectorTableBrowserWindow(void);
 
        public slots:
-//             void DefineAllKeys(void);
                void RefreshContents(void);
-//             void GoToAddress(void);
 
        protected:
-//             void keyPressEvent(QKeyEvent *);
+               void keyPressEvent(QKeyEvent *);
 
        private:
                QVBoxLayout *layout;
-//             QTextBrowser * text;
-//             QLabel *text;
                QTextBrowser *text;
                QPushButton *refresh;
-//             QLineEdit *address;
-//             QPushButton *go;
-//             WatchInfo *PtrWatchInfo;
-//             int32_t memBase;
-//             size_t NbWatch;
 };
 
 #endif // __EXCEPTIONVECTORTABLEBROWSER_H__