X-Git-Url: http://git.hcoop.net/clinton/Virtual-Jaguar-Rx.git/blobdiff_plain/d259f61f080f2388a00f36766240aac016970dd2..570dad923e20ad098263df653287a08f5473427a:/src/debugger/m68kDasmWin.h 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; };