[gegl/soc-2011-seamless-clone: 33/35] Remove unused code
- From: Barak Itkin <barakitkin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/soc-2011-seamless-clone: 33/35] Remove unused code
- Date: Fri, 20 Jul 2012 19:15:15 +0000 (UTC)
commit 0df1cad68f5618ccd1c9cf86b71f3015250c5985
Author: Barak Itkin <lightningismyname gmail com>
Date: Fri Jul 20 21:20:07 2012 +0300
Remove unused code
operations/common/seamless-clone/seamless-clone.h | 20 --------------------
1 files changed, 0 insertions(+), 20 deletions(-)
---
diff --git a/operations/common/seamless-clone/seamless-clone.h b/operations/common/seamless-clone/seamless-clone.h
index ac4f4dd..2880c44 100644
--- a/operations/common/seamless-clone/seamless-clone.h
+++ b/operations/common/seamless-clone/seamless-clone.h
@@ -26,26 +26,6 @@
#include "find-outline.h"
#include "make-mesh.h"
-typedef struct {
- ScOutline *outline;
- P2trMesh *mesh;
- GeglRectangle mesh_bounds;
- ScMeshSampling *sampling;
- GeglBuffer *uvt;
-} ScPreprocessResult;
-
-#define sc_preprocess_new() (g_new0 (ScPreprocessResult, 1))
-
-//inline void
-//sc_preprocess_result_free (ScPreprocessResult *self)
-//{
-// sc_mesh_sampling_free (self->sampling);
-// p2tr_triangulation_free (self->mesh);
-// sc_outline_free (self->outline);
-//
-// g_free (self);
-//}
-
#define SC_BABL_UVT_TYPE (babl_type_new ("uvt", "bits", sizeof (P2tRuvt) * 8, NULL))
#define SC_BABL_UVT_FORMAT (babl_format_n (SC_BABL_UVT_TYPE, 3))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]