Remove old comment.

This commit is contained in:
Florian Bruhin 2014-12-15 21:49:48 +01:00
parent 637d31c780
commit d84c4fab84

View File

@ -369,7 +369,6 @@ class ConfigManager(QObject):
for k, v in cp[real_sectname].items():
if k.startswith(self.ESCAPE_CHAR):
k = k[1:]
# configparser can't handle = in keys :(
if (sectname, k) in self.RENAMED_OPTIONS:
k = self.RENAMED_OPTIONS[sectname, k]
try: