[uim-commit] r236 - trunk/uim
tkng@freedesktop.org
tkng@freedesktop.org
Mon Jan 10 15:11:56 PST 2005
Author: tkng
Date: 2005-01-10 15:11:52 -0800 (Mon, 10 Jan 2005)
New Revision: 236
Modified:
trunk/uim/plugin.c
Log:
* uim/plugin.c:
-(plugin_unload): Removed unused variable.
-(uim_quit_plugin): Removed unused variable.
Modified: trunk/uim/plugin.c
===================================================================
--- trunk/uim/plugin.c 2005-01-10 23:09:57 UTC (rev 235)
+++ trunk/uim/plugin.c 2005-01-10 23:11:52 UTC (rev 236)
@@ -174,7 +174,6 @@
uim_lisp stack_start;
void *library;
void (*plugin_instance_quit)(void);
- uim_lisp form;
uim_scm_gc_protect_stack(&stack_start);
@@ -221,7 +220,6 @@
list_car = uim_scm_car(list_cdr), list_cdr = uim_scm_cdr(list_cdr))
{
uim_lisp name;
- uim_lisp form;
name = uim_scm_car(list_car);
More information about the Uim-commit
mailing list