Remove old exit status values

Those weren't used anymore since bc8176ff21.
Since the values were removed in v1.0.0 and never used since then, it seems
fine to re-use them in the future.
This commit is contained in:
Florian Bruhin 2018-11-27 08:56:51 +01:00
parent 80808ee9d2
commit c931654a8d

View File

@ -230,8 +230,6 @@ class Exit(enum.IntEnum):
exception = 2
err_ipc = 3
err_init = 4
err_config = 5
err_key_config = 6
# Load status of a tab