Another minor commit
authorArt Cancro <ajc@uncensored.citadel.org>
Fri, 3 Jun 2011 19:14:02 +0000 (15:14 -0400)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 20:57:21 +0000 (20:57 +0000)
webcit/blogview_renderer.c

index 13c217c46e51d6296df3e73272d9b9c336e4534b..8a3d4b64997275962c6a052e1ac45fed05d0d607 100644 (file)
@@ -181,8 +181,7 @@ int blogview_LoadMsgFromServer(SharedMessageStatus *Stat,
 
        /* FIXME an optimization here -- one we ought to perform -- is to exit this
         * function immediately if the viewer is only interested in a single post and
-        * that message ID is neither the id nor the refs.  Actually, that might *be*
-        * the way to display only a single message (with or without comments).
+        * that message ID is neither the id nor the refs.
         */
 
        if (b.refs == 0) {