diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2012-09-11 14:30:32 +0200 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2012-09-11 14:30:32 +0200 |
| commit | eac68f09a461fc39366ef9bc19df7952ded97787 (patch) | |
| tree | 3538a4e6f78f874f11501ba93c718c7bbca94e31 /src/ncurses.hh | |
| parent | 859e907396b6039b0899b3942acbbda505e0e98d (diff) | |
NCursesClient::show_menu: stop displaying counts in front of items
Diffstat (limited to 'src/ncurses.hh')
| -rw-r--r-- | src/ncurses.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ncurses.hh b/src/ncurses.hh index 96d91a2f..86766be6 100644 --- a/src/ncurses.hh +++ b/src/ncurses.hh @@ -29,7 +29,6 @@ public: private: MENU* m_menu; std::vector<ITEM*> m_items; - std::vector<String> m_counts; std::vector<String> m_choices; int m_menu_fg; |
