Remove i18n_get_string() function signature where we pass the 'return value' as refer...
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 12 Dec 2011 16:35:08 +0000 (17:35 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 12 Dec 2011 16:35:08 +0000 (17:35 +0100)
commit4e8888606859fbdd0aa5cf7397daed4461f1e16f
tree09bf04ae005269749e95e109894fbba19e83efe5
parent8652a3dfc616bc6589a9ee85bc8f45f04e7069eb
Remove i18n_get_string() function signature where we pass the 'return value' as reference parameter

Grepped whole Intranator source tree, seems to be used nowhere and this simplifies the API.
src/i18n.cpp
src/i18n.h
test/test_i18n.cpp