diff options
Diffstat (limited to 'config/makeprops.py')
-rwxr-xr-x | config/makeprops.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/makeprops.py b/config/makeprops.py index 8927d5f9c53..232c18be88d 100755 --- a/config/makeprops.py +++ b/config/makeprops.py @@ -481,7 +481,6 @@ class JavaCompatPropertyHandler(JavaPropertyHandler): os.remove(os.path.join(dest, self.className + ".java")) shutil.move(self.className + "-compat.java", os.path.join(dest, self.className + ".java")) - class CSPropertyHandler(PropertyHandler): def __init__(self, inputfile, c): PropertyHandler.__init__(self, inputfile, c) |