From 232b816953f005a479d98605b4995b0ffd0ebfe1 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 23 Nov 2020 21:28:37 +0100 Subject: [PATCH] localize: remove some hardcoded paths Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/79fe3e88c597519a1f9787b854aac9baf43dfc55 Author: vanhofen 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 --- src/system/localize.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/system/localize.cpp b/src/system/localize.cpp index 38c083611..677e4b80a 100644 --- a/src/system/localize.cpp +++ b/src/system/localize.cpp @@ -49,8 +49,6 @@ #include #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"