goffice r2169 - in trunk: . plugins/plot_barcol
- From: jbrefort svn gnome org
- To: svn-commits-list gnome org
- Subject: goffice r2169 - in trunk: . plugins/plot_barcol
- Date: Wed, 6 Aug 2008 05:48:20 +0000 (UTC)
Author: jbrefort
Date: Wed Aug 6 05:48:19 2008
New Revision: 2169
URL: http://svn.gnome.org/viewvc/goffice?rev=2169&view=rev
Log:
2008-08-06 Jean Brefort <jean brefort normalesup org>
* plugins/plot_barcol/gog-line.c: (gog_line_view_render): removed some
stupid unused code (probably a copy/paste incident).
Modified:
trunk/ChangeLog
trunk/plugins/plot_barcol/gog-line.c
Modified: trunk/plugins/plot_barcol/gog-line.c
==============================================================================
--- trunk/plugins/plot_barcol/gog-line.c (original)
+++ trunk/plugins/plot_barcol/gog-line.c Wed Aug 6 05:48:19 2008
@@ -698,15 +698,6 @@
gog_renderer_push_style (view->renderer, styles[i]);
for (j = 0; j < lengths[i]; j++) {
- gse = NULL;
- if ((overrides != NULL) &&
- (GOG_SERIES_ELEMENT (overrides->data)->index == j - 1)) {
- gse = GOG_SERIES_ELEMENT (overrides->data);
- overrides = overrides->next;
- gog_renderer_push_style (view->renderer,
- gog_styled_object_get_style (
- GOG_STYLED_OBJECT (gse)));
- } else
x = path[i][j + 1].x;
y = path[i][j + 1].y;
gse = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]