diff options
Diffstat (limited to 'message_notify/options.h')
-rw-r--r-- | message_notify/options.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/message_notify/options.h b/message_notify/options.h index 5449b48..282f49f 100644 --- a/message_notify/options.h +++ b/message_notify/options.h @@ -18,10 +18,6 @@ */
typedef struct Options_tag {
int notify_when;
- int timeout;
- bool set_colours;
- COLORREF bkCol;
- COLORREF textCol;
bool consider_tabs;
bool close_win;
bool disable_status[9];
|