[latexila] Remove useless comments



commit 4277aced91e5ae4060f6a320af39ddb793210fd7
Author: SÃbastien Wilmet <swilmet src gnome org>
Date:   Fri Jul 6 04:49:24 2012 +0200

    Remove useless comments

 src/completion.vala         |    4 ----
 src/preferences_dialog.vala |    1 -
 2 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/completion.vala b/src/completion.vala
index c08e760..afa3fe9 100644
--- a/src/completion.vala
+++ b/src/completion.vala
@@ -252,10 +252,6 @@ public class CompletionProvider : GLib.Object, SourceCompletionProvider
     // It has the same effect as returning false in match().
     private void show_no_proposals (SourceCompletionContext context)
     {
-        // FIXME: maybe this method is not sure, because sometimes segfault occur,
-        // but it's really difficult to diagnose...
-        // see bug #618004
-
         // The second argument can not be null so we use a variable...
         // The vapi should be fixed.
         List<SourceCompletionItem> empty_proposals = null;
diff --git a/src/preferences_dialog.vala b/src/preferences_dialog.vala
index 0d2f490..5e60547 100644
--- a/src/preferences_dialog.vala
+++ b/src/preferences_dialog.vala
@@ -98,7 +98,6 @@ public class PreferencesDialog : Dialog
         {
             preferences_dialog = new PreferencesDialog ();
 
-            // FIXME how to connect Widget.destroyed?
             preferences_dialog.destroy.connect (() =>
             {
                 if (preferences_dialog != null)



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