localize: remove some hardcoded paths

Origin commit data
------------------
Branch: ni/coolstream
Commit: 79fe3e88c5
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-11-23 (Mon, 23 Nov 2020)

Origin message was:
------------------
- localize: remove some hardcoded paths

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2020-11-23 21:28:37 +01:00
parent e74a3c3da9
commit 232b816953

View File

@@ -49,8 +49,6 @@
#include <unistd.h>
#define ISO_639_TAB DATADIR "/iso-codes/iso-639.tab"
//static const char * iso639filename = "/usr/share/iso-codes/iso-639.tab";
//static const char * iso639filename = "/share/iso-codes/iso-639.tab";
static const char * iso639filename = ISO_639_TAB;
#define DEFAULT_LOCALE "english"