X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib%2Fstr.c;h=a91dd179ed31a460e5be017c738d93c62ab4bf69;hb=871a94fc21c9d349bb0fe8851e0f2e3a07527ed5;hp=b3fc4011a3a5c8769e5a067d3a733bc3cf1cb021;hpb=c98480f8568e6c1bc927c6c5f2b5e80b4aa6548c;p=apps%2Fmadmutt.git diff --git a/lib/str.c b/lib/str.c index b3fc401..a91dd17 100644 --- a/lib/str.c +++ b/lib/str.c @@ -92,11 +92,6 @@ int str_eq (const char* s1, const char* s2) { return (m_strncmp(s1, s2, l) == 0); } -char* str_skip_initws (char* s) { - SKIPWS (s); - return (s); -} - void str_skip_trailws (char *s) { char *p;