summaryrefslogtreecommitdiff
path: root/src/textfile.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-12-19 10:33:38 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-19 10:33:38 +0200
commit6dada324a8087b8c7ff969a59ec94b2443891794 (patch)
treef2f9798ed02d97bfd4acdaf14f097c475fa020e7 /src/textfile.c
parentfb43ba3017d56d5c6847a6958f4b0d45f1ae5fcf (diff)
downloadbluez-6dada324a8087b8c7ff969a59ec94b2443891794.tar.gz
core: Remove unused textfile_caseget function
Diffstat (limited to 'src/textfile.c')
-rw-r--r--src/textfile.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/textfile.c b/src/textfile.c
index b28dd91d7..9cb6bf26a 100644
--- a/src/textfile.c
+++ b/src/textfile.c
@@ -380,11 +380,6 @@ char *textfile_get(const char *pathname, const char *key)
return read_key(pathname, key, 0);
}
-char *textfile_caseget(const char *pathname, const char *key)
-{
- return read_key(pathname, key, 1);
-}
-
int textfile_foreach(const char *pathname, textfile_cb func, void *data)
{
struct stat st;