diff options
Diffstat (limited to 'last_contact/options.h')
-rw-r--r-- | last_contact/options.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/last_contact/options.h b/last_contact/options.h index 8e428c6..3d93d7e 100644 --- a/last_contact/options.h +++ b/last_contact/options.h @@ -6,7 +6,6 @@ typedef struct { bool mod_shift, mod_alt, mod_ctrl;
bool hide_if_visible;
- bool make_topmost;
} Options;
extern Options options;
|