removed 'pype_icon_filepath' and 'pype_splash_filepath'

This commit is contained in:
iLLiCiTiT 2021-09-14 15:27:47 +02:00
parent 541bf817c5
commit 2f274e9c8f

View file

@ -50,11 +50,3 @@ def get_openpype_splash_filepath(staging=None):
else:
splash_file_name = "openpype_splash.png"
return get_resource("icons", splash_file_name)
def pype_icon_filepath(staging=None):
return get_openpype_icon_filepath(staging)
def pype_splash_filepath(staging=None):
return get_openpype_splash_filepath(staging)