Removed get_project nonsense
This commit is contained in:
parent
6996aab2fa
commit
5c2df5c163
|
@ -149,6 +149,6 @@ class Project:
|
|||
obj.show()
|
||||
return obj
|
||||
|
||||
def set_current_data(self, obj):
|
||||
self.current_data = obj
|
||||
#def set_current_data(self, obj):
|
||||
# self.current_data = obj
|
||||
|
||||
|
|
Reference in New Issue