[Cogl] [PATCH] pipeline: remove duplicate defines

Robert Bragg robert at sixbynine.org
Tue Sep 25 13:18:42 PDT 2012


From: Robert Bragg <robert at linux.intel.com>

There was a spurious duplication of the COGL_PIPELINE_VERTEND_DEFAULT
and COGL_PIPELINE_VERTEND_UNDEFINED defines which this patch removes.
---
 cogl/cogl-pipeline-private.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/cogl/cogl-pipeline-private.h b/cogl/cogl-pipeline-private.h
index 9a73877..2c2d633 100644
--- a/cogl/cogl-pipeline-private.h
+++ b/cogl/cogl-pipeline-private.h
@@ -112,9 +112,6 @@
 #define COGL_PIPELINE_VERTEND_DEFAULT    0
 #define COGL_PIPELINE_VERTEND_UNDEFINED  3
 
-#define COGL_PIPELINE_VERTEND_DEFAULT    0
-#define COGL_PIPELINE_VERTEND_UNDEFINED  3
-
 /* If we have either of the GLSL backends then we also need a GLSL
    progend to combine the shaders generated into a single
    program. Same goes for the fixed progends which are used to flush
-- 
1.7.7.6



More information about the Cogl mailing list