mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
removed 'pype_icon_filepath' and 'pype_splash_filepath'
This commit is contained in:
parent
541bf817c5
commit
2f274e9c8f
1 changed files with 0 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue