X-Git-Url: http://git.hcoop.net/clinton/Virtual-Jaguar-Rx.git/blobdiff_plain/9bf5c434fa7f75f808c9af12b4262582fb3102a3..79a018fa160ead41dc5ea29a3939531f0e4a7e21:/src/debugger/m68kDasmWin.h?ds=sidebyside diff --git a/src/debugger/m68kDasmWin.h b/src/debugger/m68kDasmWin.h index 72af61e..7ac5da6 100644 --- a/src/debugger/m68kDasmWin.h +++ b/src/debugger/m68kDasmWin.h @@ -22,29 +22,15 @@ class m68KDasmWindow: public QWidget m68KDasmWindow(QWidget * parent = 0); public slots: -// void DefineAllKeys(void); void RefreshContents(void); -#if 0 - void GoToAddress(void); -#endif void SetAddress(int address); void Use68KPCAddress(void); protected: -#if 0 - void keyPressEvent(QKeyEvent *); -#endif private: QVBoxLayout *layout; QTextBrowser *text; -// QScrollBar *sb; -// QLabel * text; -#if 0 - QPushButton * refresh; - QLineEdit * address; - QPushButton * go; -#endif size_t memBase; };