More string and buffer functions.
[apps/madmutt.git] / lib-lib / url.c
index a60f859..79bf79e 100644 (file)
@@ -37,10 +37,6 @@ static struct mapping_t UrlMap[] = {
     {"imaps",  U_IMAPS},
     {"pop",    U_POP},
     {"pops",   U_POPS},
-    {"nntp",   U_NNTP},
-    {"news",   U_NNTP},
-    {"nntps",  U_NNTPS},
-    {"snews",  U_NNTPS},
     {"mailto", U_MAILTO},
     {NULL,     U_UNKNOWN}
 };