[xiph-commits] r12230 - trunk/sushivision
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Tue Dec 19 21:23:36 PST 2006
Author: xiphmont
Date: 2006-12-19 21:23:33 -0800 (Tue, 19 Dec 2006)
New Revision: 12230
Modified:
trunk/sushivision/panel-2d.c
Log:
For a concurrent versioning system, SVN sure screws up concurrent
development often.
Modified: trunk/sushivision/panel-2d.c
===================================================================
--- trunk/sushivision/panel-2d.c 2006-12-20 05:21:57 UTC (rev 12229)
+++ trunk/sushivision/panel-2d.c 2006-12-20 05:23:33 UTC (rev 12230)
@@ -1369,8 +1369,6 @@
sushiv_objective_t *o = p->objective_list[i].o;
int lo = o->scale_val_list[0];
int hi = o->scale_val_list[o->scale_vals-1];
- int lo = o->scale_val_list[0];
- int hi = o->scale_val_list[o->scale_vals-1];
/* label */
GtkWidget *label = gtk_label_new(o->name);
More information about the commits
mailing list