[gimp] app: remove forgotten members from struct GimpOperationReplaceMode



commit 4725529dcb325c397e5f797e3acea7156ecb247d
Author: Michael Natterer <mitch gimp org>
Date:   Wed Jun 19 22:12:12 2013 +0200

    app: remove forgotten members from struct GimpOperationReplaceMode

 app/operations/gimpoperationreplacemode.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/app/operations/gimpoperationreplacemode.h b/app/operations/gimpoperationreplacemode.h
index 80f339d..a5274b2 100644
--- a/app/operations/gimpoperationreplacemode.h
+++ b/app/operations/gimpoperationreplacemode.h
@@ -40,9 +40,6 @@ typedef struct _GimpOperationReplaceModeClass GimpOperationReplaceModeClass;
 struct _GimpOperationReplaceMode
 {
   GimpOperationPointLayerMode parent_instance;
-
-  gdouble  opacity;
-  gboolean premultiplied;
 };
 
 struct _GimpOperationReplaceModeClass


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]