aboutsummaryrefslogtreecommitdiff
path: root/src/survive_config.h
diff options
context:
space:
mode:
authorJoshua Allen <axlecrusher@gmail.com>2017-03-06 22:21:15 -0500
committerJoshua Allen <axlecrusher@gmail.com>2017-03-06 22:21:15 -0500
commita7b423ba1f0b28d0e6f3f375475cf93d66b922c9 (patch)
treee1870d294a436b8e50151154b04cb2cc3ad29a3d /src/survive_config.h
parent0ebe84be5824202aecfd87ac58005afa76b36be9 (diff)
downloadlibsurvive-a7b423ba1f0b28d0e6f3f375475cf93d66b922c9.tar.gz
libsurvive-a7b423ba1f0b28d0e6f3f375475cf93d66b922c9.tar.bz2
remove unused function
Diffstat (limited to 'src/survive_config.h')
-rw-r--r--src/survive_config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/survive_config.h b/src/survive_config.h
index 2610e2e..b14f928 100644
--- a/src/survive_config.h
+++ b/src/survive_config.h
@@ -39,7 +39,6 @@ extern config_group lh_config[2]; //lighthouse configs
void config_init();
//void config_open(const char* path, const char* mode);
void config_read(const char* path);
-void config_close();
//void config_write_lighthouse(struct BaseStationData* bsd, uint8_t length);
void config_set_lighthouse(struct BaseStationData* bsd, uint8_t idx);