summaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2009-02-14 22:25:44 +0100
committerAndrzej Rybczak <electricityispower@gmail.com>2009-02-14 22:25:44 +0100
commit49abc4d42c8ad8935e6f31d074fc65e60e309786 (patch)
treee24c5958bfeb8cca221e447535e474903e0522e2 /src/global.h
parent17352e821cec759dee2a483cbc3919c3e8c72fc1 (diff)
change namespace Info into class
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/global.h b/src/global.h
index 1dcb0e65..930255b2 100644
--- a/src/global.h
+++ b/src/global.h
@@ -60,7 +60,7 @@ namespace Global
// extern Scrollpad *sHelp;
// extern Scrollpad *sLyrics;
- extern Scrollpad *sInfo;
+// extern Scrollpad *sInfo;
extern Window *wHeader;
extern Window *wFooter;
@@ -83,7 +83,7 @@ namespace Global
// extern std::string browsed_dir;
extern std::string editor_browsed_dir;
extern std::string editor_highlighted_dir;
- extern std::string info_title;
+// extern std::string info_title;
extern NcmpcppScreen current_screen;
extern NcmpcppScreen prev_screen;