Skip to content

Commit

Permalink
Suppression de la fonction get_addon_path devenue inutile
Browse files Browse the repository at this point in the history
  • Loading branch information
remzouille committed Nov 9, 2023
1 parent 49d94ea commit b07e106
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions resources/lib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ def get_addon_name():
"""Return the addon info name property"""
return _ADDON.getAddonInfo('name')

def get_addon_path():
"""Return the addon info path property"""
return _ADDON.getAddonInfo('path')

def get_addon_profile():
"""Return the addon info profile property"""
return _ADDON.getAddonInfo('profile')
Expand Down

0 comments on commit b07e106

Please sign in to comment.