Skip to content

Commit

Permalink
Why the hell is there an unused unrar function?
Browse files Browse the repository at this point in the history
  • Loading branch information
strycore committed Oct 24, 2016
1 parent 9b02058 commit 9b76440
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lutris/util/extract.py
Expand Up @@ -87,12 +87,6 @@ def unzip(filename, dest=None):
subprocess.call(command)


def unrar(filename):
"""Unrar a file."""

subprocess.call(["unrar", "x", filename])


def untar(filename, dest=None, method='gzip'):
"""Untar a file."""
cwd = os.getcwd()
Expand Down

0 comments on commit 9b76440

Please sign in to comment.