Didn't mean to push this out

Ouch!
This commit is contained in:
Behdad Esfahbod 2013-02-12 16:29:25 -05:00
parent f9b660534c
commit 64bb2ae857
1 changed files with 0 additions and 1 deletions

View File

@ -301,7 +301,6 @@ class DiffHelpers:
if any (l.find("glyph0") >= 0 for l in lines if l[0] == '+'): return True
if any (l.find("gid0") >= 0 for l in lines if l[0] == '+'): return True
if any (l.find("notdef") >= 0 for l in lines if l[0] == '+'): return True
if any (l.find("gid232") >= 0 for l in lines if l[0] == '+'): return True
return all (l[0] == ' ' for l in lines)