[gimp] app: don't set a name or any keys on GimpOperationPointLayerMode
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: don't set a name or any keys on GimpOperationPointLayerMode
- Date: Tue, 30 Jul 2013 23:13:31 +0000 (UTC)
commit b58e18944aa0a55f5a17a4f1f4dbe7c987f16088
Author: Michael Natterer <mitch gimp org>
Date: Wed Jul 31 01:11:28 2013 +0200
app: don't set a name or any keys on GimpOperationPointLayerMode
it's an abstract base class and cannot be used on its own anyway.
app/operations/gimpoperationpointlayermode.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/app/operations/gimpoperationpointlayermode.c b/app/operations/gimpoperationpointlayermode.c
index 06a0cb8..2e39356 100644
--- a/app/operations/gimpoperationpointlayermode.c
+++ b/app/operations/gimpoperationpointlayermode.c
@@ -75,12 +75,6 @@ gimp_operation_point_layer_mode_class_init (GimpOperationPointLayerModeClass *kl
operation_class->prepare = gimp_operation_point_layer_mode_prepare;
operation_class->process = gimp_operation_point_layer_mode_process;
- gegl_operation_class_set_keys (operation_class,
- "name", "gimp:point-layer-mode",
- "description", "GIMP point layer mode operation",
- "categories", "compositors",
- NULL);
-
g_object_class_install_property (object_class, PROP_LINEAR,
g_param_spec_boolean ("linear",
NULL, NULL,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]