X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Feuidindex.c;h=8bad12925557f072c6b713397337121624e0e7f5;hb=f97e057f7563f920d7ed08cd8c27df4991b56112;hp=dbc89adaa6c8153cade0153a8cfbf74780b88632;hpb=cb72b9d7474e2d5bb258660cc95327e43aee9367;p=citadel.git diff --git a/citadel/euidindex.c b/citadel/euidindex.c index dbc89adaa..8bad12925 100644 --- a/citadel/euidindex.c +++ b/citadel/euidindex.c @@ -74,7 +74,6 @@ int DoesThisRoomNeedEuidIndexing(struct ctdlroom *qrbuf) { case VIEW_TASKS: return(1); case VIEW_NOTES: return(1); case VIEW_WIKI: return(1); - case VIEW_BLOG: return(1); } return(0);