Skip to content

Commit

Permalink
Merge pull request #68 from enthusiasticimagination/remove-LOCKOUT_PO…
Browse files Browse the repository at this point in the history
…ST_MODE

Remove mode LOCKOUT_POST_MODE
  • Loading branch information
MauAbata authored Feb 26, 2024
2 parents db7d4c6 + 9fefc6d commit 810344a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion include/orgasm_control.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ typedef enum orgasm_output_mode {
OC_MANUAL_CONTROL,
OC_AUTOMAITC_CONTROL,
OC_ORGASM_MODE,
OC_LOCKOUT_POST_MODE,
_OC_MODE_MAX,
_OC_MODE_ERROR = -1
} orgasm_output_mode_t;
Expand Down
3 changes: 1 addition & 2 deletions src/orgasm_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ static const char* orgasm_output_mode_str[] = {
"MANUAL_CONTROL",
"AUTOMAITC_CONTROL",
"ORGASM_MODE",
"LOCKOUT_POST_MODE",
};

static struct {
Expand Down Expand Up @@ -610,4 +609,4 @@ oc_bool_t orgasm_control_isMenuLocked() {

void orgasm_control_lockMenuNow(oc_bool_t value) {
post_orgasm_state.menu_is_locked = value;
}
}

0 comments on commit 810344a

Please sign in to comment.