diff options
author | Sam Spilsbury <smspillaz@gmail.com> | 2008-04-28 17:43:31 +0800 |
---|---|---|
committer | Sam Spilsbury <smspillaz@gmail.com> | 2008-04-28 17:43:31 +0800 |
commit | 7a501dc13d6d3588adca7d5b9e0be78695a7cd3c (patch) | |
tree | 1704fa5d67cda474ca34420cdb6b4798983f489f /communicate.c | |
parent | 806bb72a52f99d110078e40dc6ed395837a2a0a6 (diff) | |
download | wiimote-7a501dc13d6d3588adca7d5b9e0be78695a7cd3c.tar.gz wiimote-7a501dc13d6d3588adca7d5b9e0be78695a7cd3c.tar.bz2 |
* I need to find a better way to shut the compiler up
Diffstat (limited to 'communicate.c')
-rw-r--r-- | communicate.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/communicate.c b/communicate.c index 23cab2a..187596d 100644 --- a/communicate.c +++ b/communicate.c @@ -30,9 +30,6 @@ sendInfoToPlugin (CompDisplay *d, CompOption *argument, int nArgument, char *plu CompPlugin *p; CompObject *o; int nOptions; - int i = wiimoteDisplayPrivateIndex; - - free(&i); p = findActivePlugin (pluginName); o = compObjectFind (&core.base, COMP_OBJECT_TYPE_DISPLAY, NULL); |