[gnome-devel-docs] programming-guidelines: Remove outdated FIXMEs from coding style page



commit 030ae23c608cf5eeb9689639a25d5837138ec341
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Mon Feb 9 20:14:39 2015 +0000

    programming-guidelines: Remove outdated FIXMEs from coding style page
    
    https://bugzilla.gnome.org/show_bug.cgi?id=376123

 programming-guidelines/C/c-coding-style.page |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/programming-guidelines/C/c-coding-style.page b/programming-guidelines/C/c-coding-style.page
index 2f5f911..cfa5a4b 100644
--- a/programming-guidelines/C/c-coding-style.page
+++ b/programming-guidelines/C/c-coding-style.page
@@ -412,12 +412,6 @@ if (something != NULL)
 /* invalid */
 if (some_other_pointer)
         do_blurp ();</code>
-
-        <!-- FIXME: gtk+/docs/CODING-STYLE mentions where to put
-             logical operators in conditiosn split over multiple
-             lines.  I (Federico) disagree with this, for a good
-             reason. -->
-
   </section>
 
   <section id="functions">
@@ -905,8 +899,6 @@ typedef struct _GtkFooInterface         GtkFooInterface;</code>
       getters and setters instead.  Also, beware global variables in
       general.
     </p>
-
-    <!--FIXME; All public functions must be listed in the gtk.symbols file. -->
   </section>
 
   <section id="private-api">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]