diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2009-02-15 20:05:28 +0100 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2009-02-15 20:05:28 +0100 |
commit | c547fbe03b8fea16c220523fd4fb43255aa8a941 (patch) | |
tree | 42925efb8b94cc6b70ce8e5005fbd8b74cdfda6f /src/global.h | |
parent | e6bd98e0a722a7f8aa3b971e1a4b0a69305be644 (diff) |
use generic Scroll method
Diffstat (limited to 'src/global.h')
-rw-r--r-- | src/global.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/global.h b/src/global.h index 7f9c3335..030b0884 100644 --- a/src/global.h +++ b/src/global.h @@ -30,9 +30,6 @@ namespace Global { - extern ncmpcpp_config Config; - extern ncmpcpp_keys Key; - extern BasicScreen *myScreen; extern BasicScreen *myOldScreen; |