summaryrefslogtreecommitdiff
path: root/src/textfile.h
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.h
parentfb43ba3017d56d5c6847a6958f4b0d45f1ae5fcf (diff)
downloadbluez-6dada324a8087b8c7ff969a59ec94b2443891794.tar.gz
core: Remove unused textfile_caseget function
Diffstat (limited to 'src/textfile.h')
-rw-r--r--src/textfile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/textfile.h b/src/textfile.h
index 7214455e8..b779bd232 100644
--- a/src/textfile.h
+++ b/src/textfile.h
@@ -31,7 +31,6 @@ int create_name(char *buf, size_t size, const char *path,
int textfile_put(const char *pathname, const char *key, const char *value);
int textfile_del(const char *pathname, const char *key);
char *textfile_get(const char *pathname, const char *key);
-char *textfile_caseget(const char *pathname, const char *key);
typedef void (*textfile_cb) (char *key, char *value, void *data);