diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-10 06:07:39 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-10 06:07:39 +0000 |
commit | def15f7b4ab039525ea2a9028c18b497128f8c0d (patch) | |
tree | 4b0b31ade0c42e8181357bda0e40a7775c29d358 /message_notify/options.h | |
parent | 27291d65ae67151975d557424883d58afa920d4e (diff) |
use new YAPP popup class API
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@267 4f64403b-2f21-0410-a795-97e2b3489a10
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];
|