diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-10-29 12:23:52 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-10-29 12:23:52 +0000 |
commit | 24472a77e5cf7619a284134d4eea7da8849b98ad (patch) | |
tree | 3db00f0eefa80cf5473564ef5ded17e13ea0d932 /message_notify/common.h | |
parent | aec9ec8b670b3bb9a719377b75a53ff009b07c3d (diff) |
improved efficiency
added speech support
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@372 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'message_notify/common.h')
-rw-r--r-- | message_notify/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/message_notify/common.h b/message_notify/common.h index d21adf4..a446c6c 100644 --- a/message_notify/common.h +++ b/message_notify/common.h @@ -35,8 +35,6 @@ extern PLUGINLINK *pluginLink; extern HANDLE mainThread;
-extern HANDLE popupWindowList;
-
void StartFocusTimer();
void StopFocusTimer();
|