From b760711088bb027d7c84eec7c19360d8f02680ec Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Dec 2011 03:04:05 +0000 Subject: Remove locale smashing kludges and use new serd functions for converting nodes to/from numbers. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3891 a436a847-0d15-0410-975c-d299462d15a1 --- utils/lv2info.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'utils') diff --git a/utils/lv2info.c b/utils/lv2info.c index 7f231f3..e152bfe 100644 --- a/utils/lv2info.c +++ b/utils/lv2info.c @@ -14,7 +14,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include #include #include #include @@ -378,7 +377,6 @@ main(int argc, char** argv) } int ret = 0; - setlocale(LC_ALL, ""); LilvWorld* world = lilv_world_new(); lilv_world_load_all(world); -- cgit v1.2.1