[gimp] app: remove excess newlines from gimppaintoptions-gui.c
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: remove excess newlines from gimppaintoptions-gui.c
- Date: Tue, 2 Aug 2011 14:34:26 +0000 (UTC)
commit 762428501d7054d550c5e6f600ec19f928c2feb3
Author: Michael Natterer <mitch gimp org>
Date: Tue Aug 2 16:34:00 2011 +0200
app: remove excess newlines from gimppaintoptions-gui.c
app/tools/gimppaintoptions-gui.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/app/tools/gimppaintoptions-gui.c b/app/tools/gimppaintoptions-gui.c
index fb70820..92da182 100644
--- a/app/tools/gimppaintoptions-gui.c
+++ b/app/tools/gimppaintoptions-gui.c
@@ -52,7 +52,6 @@
#include "gimp-intl.h"
-
static void gimp_paint_options_gui_reset_size (GtkWidget *button,
GimpPaintOptions *paint_options);
static void gimp_paint_options_gui_reset_aspect_ratio
@@ -417,7 +416,6 @@ static void
gimp_paint_options_gui_reset_aspect_ratio (GtkWidget *button,
GimpPaintOptions *paint_options)
{
-
g_object_set (paint_options,
"brush-aspect-ratio", 0.0,
NULL);
@@ -427,7 +425,6 @@ static void
gimp_paint_options_gui_reset_angle (GtkWidget *button,
GimpPaintOptions *paint_options)
{
-
g_object_set (paint_options,
"brush-angle", 0.0,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]