Remove redundant openProject

This commit is contained in:
Toke Stuart Jepsen 2024-04-30 16:30:11 +01:00
parent 8e4fe3bdde
commit e3619120ff

View file

@ -51,9 +51,6 @@ def open_file(filepath):
project = hiero.core.projects()[-1]
# open project file
hiero.core.openProject(filepath.replace(os.path.sep, "/"))
# Close previous project if its different to the current project.
if project.path() != filepath:
# open project file