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