diff options
author | simonb <simonb> | 2006-06-27 08:54:24 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-06-27 08:54:24 (GMT) |
commit | 6dc5ca4e60b80a1d900f87a4e70954cd29cfcee4 (patch) | |
tree | 772fa725f48f376a627670ded338a78363302dd9 /src/FbTk/StringUtil.hh | |
parent | b79d7ee745256eb14d664dcc1a6dac8520c9f490 (diff) | |
download | fluxbox_pavel-6dc5ca4e60b80a1d900f87a4e70954cd29cfcee4.zip fluxbox_pavel-6dc5ca4e60b80a1d900f87a4e70954cd29cfcee4.tar.bz2 |
some minor code cleanups thanks Slava Semushin (php-coder), who also thanks Mikhail Gusarov
Diffstat (limited to 'src/FbTk/StringUtil.hh')
-rw-r--r-- | src/FbTk/StringUtil.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/FbTk/StringUtil.hh b/src/FbTk/StringUtil.hh index c9f6818..b45d6a2 100644 --- a/src/FbTk/StringUtil.hh +++ b/src/FbTk/StringUtil.hh | |||
@@ -30,7 +30,6 @@ namespace FbTk { | |||
30 | 30 | ||
31 | namespace StringUtil { | 31 | namespace StringUtil { |
32 | 32 | ||
33 | char *strdup(const char *); | ||
34 | 33 | ||
35 | /// Similar to `strstr' but this function ignores the case of both strings | 34 | /// Similar to `strstr' but this function ignores the case of both strings |
36 | const char *strcasestr(const char *str, const char *ptn); | 35 | const char *strcasestr(const char *str, const char *ptn); |