diff options
Diffstat (limited to 'pywal/util.py')
| -rwxr-xr-x | pywal/util.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pywal/util.py b/pywal/util.py index 3990fbd..bc385d9 100755 --- a/pywal/util.py +++ b/pywal/util.py @@ -28,11 +28,6 @@ def hex_to_rgb(color): return f"{red},{green},{blue}" -def fix_escape(string): - """Decode a string.""" - return bytes(string, "utf-8").decode("unicode_escape") - - def disown(*cmd): """Call a system command in the background, disown it and hide it's output.""" |
