Revert commit 7865219164 This causes too much grief as we are getting a lot of default values from the database. These *SHOULD* be defined, but will have to be done later.

This commit is contained in:
Ebag333
2017-02-09 09:36:16 -08:00
parent dd9924a7a7
commit 64070a0798
22 changed files with 10 additions and 84 deletions

View File

@@ -55,8 +55,6 @@ class DmgPatternTextValidor(BaseValidator):
class DmgPatternEntityEditor(EntityEditor):
def __init__(self, parent):
EntityEditor.__init__(self, parent, "Damage Profile")
self.btnDelete = None
self.btnRename = None
self.SetEditorValidator(DmgPatternTextValidor)
def getEntitiesFromContext(self):