aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Menu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/Menu.cc')
-rw-r--r--src/FbTk/Menu.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/FbTk/Menu.cc b/src/FbTk/Menu.cc
index 34cc6ae..6b2db3a 100644
--- a/src/FbTk/Menu.cc
+++ b/src/FbTk/Menu.cc
@@ -95,7 +95,6 @@ Menu::Menu(FbTk::ThemeProxy<MenuTheme> &tm, ImageControl &imgctrl):
95 m_active_index(-1), 95 m_active_index(-1),
96 m_theme(tm), 96 m_theme(tm),
97 m_image_ctrl(imgctrl), 97 m_image_ctrl(imgctrl),
98 m_shape(0),
99 m_alignment(ALIGNDONTCARE) { 98 m_alignment(ALIGNDONTCARE) {
100 99
101 Display* disp = FbTk::App::instance()->display(); 100 Display* disp = FbTk::App::instance()->display();