Debugger sources code clean-up
[clinton/Virtual-Jaguar-Rx.git] / src / debugger / GPUDasmWin.h
index e16510a..e0d8b01 100644 (file)
@@ -21,27 +21,15 @@ class GPUDasmWindow: public QWidget
        public:
                GPUDasmWindow(QWidget * parent = 0);
 
-
        public slots:
-//             void DefineAllKeys(void);
                void RefreshContents(void);
-               //void GoToAddress(void);
                void    UseGPUPCAddress(void);
-               //void  SetAddress(int address);
 
        protected:
-               //void keyPressEvent(QKeyEvent *);
 
        private:
                QVBoxLayout * layout;
-//             QTextBrowser * text;
                QLabel * text;
-               //QPushButton * refresh;
-               //QPushButton * go;
-               //QLineEdit * address;
-               //QRadioButton * gpu;
-               //QRadioButton * dsp;
-
                int32_t memBase;
 };