[gegl/soc-2011-seamless-clone: 33/49] Remove unused code



commit 59d9fbcd172f3634341da33017c9849978359133
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]