diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-14 16:36:24 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-14 16:36:24 +0000 |
commit | 27e56d478fd53d2457068fd06ece531242daa3c4 (patch) | |
tree | a810a67a97a882007bd628a3e532345d9271c08c /plugins/AVS/src/poll.h | |
parent | 5049950f23d8a84b1bb286cbc6bf1ab3e6944fb0 (diff) |
- fix for crash on exit
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@4028 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AVS/src/poll.h')
-rw-r--r-- | plugins/AVS/src/poll.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/AVS/src/poll.h b/plugins/AVS/src/poll.h index 9761e7360a..cfc5417488 100644 --- a/plugins/AVS/src/poll.h +++ b/plugins/AVS/src/poll.h @@ -28,7 +28,6 @@ struct QueueItem };
void InitPolls();
-void FreePolls();
// Add an contact to a queue
void QueueAdd(HANDLE hContact);
|