diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2008-12-09 11:31:01 +0100 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2008-12-09 11:31:01 +0100 |
commit | 51e59b04b9eb16be2bc0a69bf812768b4c2a79e3 (patch) | |
tree | fd89051dd5969109068953cfe77cf506fab1a5f5 /src/helpers.h | |
parent | c06861f4ee6a36c9291edab5d87827cc14215ac2 (diff) |
remove several redunant externs and use static variables
Diffstat (limited to 'src/helpers.h')
-rw-r--r-- | src/helpers.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/helpers.h b/src/helpers.h index 9349263c..80124f66 100644 --- a/src/helpers.h +++ b/src/helpers.h @@ -25,8 +25,6 @@ #include "ncmpcpp.h" #include "settings.h" -extern ncmpcpp_config Config; - bool ConnectToMPD(); bool ParseArgv(int, char **); |