diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-19 21:53:34 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-19 21:53:34 +0200 |
commit | 033ebcfee1887cf315b69ed6cda429966a59fa8a (patch) | |
tree | 8630737190e61311b1b7b7d1f7ef0e7721bd2580 /src/common/util.c | |
parent | 85779e102c9e9ae23c8eaaa7c90ad4acb80d95c9 (diff) |
Remove L10n test string
Diffstat (limited to 'src/common/util.c')
-rw-r--r-- | src/common/util.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/util.c b/src/common/util.c index a8173990..54ad4f78 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -1966,8 +1966,3 @@ get_subdirs (const char *path) return dirlist; } - -#if 0 -_("L10n test") -#endif - |