[meld] filediff: Comment cleaning



commit 442e30616362a14d879597183dcb57f58ab01c55
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sun Nov 30 06:47:45 2014 +1000

    filediff: Comment cleaning

 meld/filediff.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/meld/filediff.py b/meld/filediff.py
index c2c657d..0233d5a 100644
--- a/meld/filediff.py
+++ b/meld/filediff.py
@@ -74,9 +74,6 @@ class CachedSequenceMatcher(object):
         try:
             self.cache[(text1, textn)][1] = time.time()
             opcodes = self.cache[(text1, textn)][0]
-            # FIXME: This idle should be totally unnecessary, and yet nothing
-            # gets highlighted without it, even though everything in the
-            # callback appears to run identically.
             GLib.idle_add(lambda: cb(opcodes))
         except KeyError:
             def inline_cb(opcodes):


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