Skip to content

Commit

Permalink
Remove setAlignment that just loops forever
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Feb 5, 2024
1 parent e35e7e0 commit 9e94708
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ert/gui/ertwidgets/stringbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ def model(self):
def setValidator(self, validator):
self._validator = validator

def setAlignment(self, flag):
self.setAlignment(flag)

def getValidationSupport(self):
return self._validation

Expand Down

0 comments on commit 9e94708

Please sign in to comment.