gimp r25760 - in trunk: . app/core app/paint
- From: martinn svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r25760 - in trunk: . app/core app/paint
- Date: Thu, 22 May 2008 17:00:24 +0000 (UTC)
Author: martinn
Date: Thu May 22 17:00:24 2008
New Revision: 25760
URL: http://svn.gnome.org/viewvc/gimp?rev=25760&view=rev
Log:
2008-05-22 Martin Nordholts <martinn svn gnome org>
* app/core/gimpcurve-load.c (gimp_curve_load)
* app/paint/gimppaintbrush.c (_gimp_paintbrush_motion): Remove
unused variables.
Modified:
trunk/ChangeLog
trunk/app/core/gimpcurve-load.c
trunk/app/paint/gimppaintbrush.c
Modified: trunk/app/core/gimpcurve-load.c
==============================================================================
--- trunk/app/core/gimpcurve-load.c (original)
+++ trunk/app/core/gimpcurve-load.c Thu May 22 17:00:24 2008
@@ -41,8 +41,7 @@
gimp_curve_load (const gchar *filename,
GError **error)
{
- GimpCurve *curve;
- FILE *file;
+ FILE *file;
g_return_val_if_fail (filename != NULL, NULL);
g_return_val_if_fail (g_path_is_absolute (filename), NULL);
Modified: trunk/app/paint/gimppaintbrush.c
==============================================================================
--- trunk/app/paint/gimppaintbrush.c (original)
+++ trunk/app/paint/gimppaintbrush.c Thu May 22 17:00:24 2008
@@ -105,10 +105,8 @@
GimpPaintOptions *paint_options,
gdouble opacity)
{
- GimpBrushCore *brush_core = GIMP_BRUSH_CORE (paint_core);
- GimpContext *context = GIMP_CONTEXT (paint_options);
- GimpPressureOptions *pressure_options = paint_options->pressure_options;
- GimpVelocityOptions *velocity_options = paint_options->velocity_options;
+ GimpBrushCore *brush_core = GIMP_BRUSH_CORE (paint_core);
+ GimpContext *context = GIMP_CONTEXT (paint_options);
GimpImage *image;
GimpRGB gradient_color;
TempBuf *area;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]