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:
parent
80808ee9d2
commit
c931654a8d
@ -230,8 +230,6 @@ class Exit(enum.IntEnum):
|
|||||||
exception = 2
|
exception = 2
|
||||||
err_ipc = 3
|
err_ipc = 3
|
||||||
err_init = 4
|
err_init = 4
|
||||||
err_config = 5
|
|
||||||
err_key_config = 6
|
|
||||||
|
|
||||||
|
|
||||||
# Load status of a tab
|
# Load status of a tab
|
||||||
|
Loading…
Reference in New Issue
Block a user