summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/locale.c6
-rw-r--r--src/locale.h1
2 files changed, 0 insertions, 7 deletions
diff --git a/src/locale.c b/src/locale.c
index f336484..fbef90d 100644
--- a/src/locale.c
+++ b/src/locale.c
@@ -24,12 +24,6 @@
#include "locale.h"
#include "output.h"
-const char *
-db_lc_messages_get(void)
-{
- return setlocale(LC_MESSAGES, "");
-}
-
int
db_locale_match(char *loc)
{
diff --git a/src/locale.h b/src/locale.h
index 7813370..1395920 100644
--- a/src/locale.h
+++ b/src/locale.h
@@ -20,7 +20,6 @@
#ifndef DB_LOCALE_H_
#define DB_LOCALE_H_
-const char *db_lc_messages_get(void);
int db_locale_match(char *loc);
#endif /* DB_LOCALE_H_ */