Removed TODO Marker in util.c as the functions are fully ported to use glib now

Signed-off-by: Patrick Winnertz <winnie@debian.org>
This commit is contained in:
Patrick Winnertz 2009-02-06 15:01:34 +01:00
parent 161164c556
commit 8bd883085f
1 changed files with 0 additions and 2 deletions

View File

@ -1531,8 +1531,6 @@ Q_ (const char *s)
return (sep != NULL) ? sep + 1 : result;
}
/*TODO: These three functions should use glib and should be fixed soon */
#define shell_escape_toesc(x) \
(((x)==' ')||((x)=='!')||((x)=='#')||((x)=='$')||((x)=='%')|| \
((x)=='(')||((x)==')')||((x)=='\'')||((x)=='&')||((x)=='~')|| \