From a4b099990584ed2157bd0812a17cf1f71bf14674 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 17 Mar 2021 06:29:33 -0400 Subject: db_lc_messages_get(): Remove function --- (limited to 'src') 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_ */ -- cgit v0.9.1