aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/memoryview.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/memoryview.h')
-rw-r--r--qtmips_gui/memoryview.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/qtmips_gui/memoryview.h b/qtmips_gui/memoryview.h
index ec909f0..605adda 100644
--- a/qtmips_gui/memoryview.h
+++ b/qtmips_gui/memoryview.h
@@ -38,8 +38,6 @@ protected:
private slots:
void go_edit_finish();
- void next_section();
- void prev_section();
private:
unsigned count;
@@ -65,9 +63,7 @@ private:
Frame *memf;
QWidget *ctl_widg;
- QHBoxLayout *ctl_layout;
QLineEdit *go_edit;
- QToolButton *up, *down;
};
#endif // MEMORYVIEW_H