[cogl] remove reference to cogl 1.x api in cogl.h



commit 0f6d2b2a3a55fc6e0311940f3299ba99b74e5d9f
Author: Robert Bragg <robert linux intel com>
Date:   Tue Nov 20 18:33:47 2012 +0000

    remove reference to cogl 1.x api in cogl.h
    
    There were some section headers in cogl.h referring to the 1.x api vs
    the 2.x api which aren't meaningful anymore since master only relates to
    the 2.x api.
    
    Reviewed-by: Neil Roberts <neil linux intel com>

 cogl/cogl.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/cogl/cogl.h b/cogl/cogl.h
index 6ed062b..6da511d 100644
--- a/cogl/cogl.h
+++ b/cogl/cogl.h
@@ -27,10 +27,6 @@
 
 #define __COGL_H_INSIDE__
 
-/*
- * API common to the 1.x and 2.0 api...
- */
-
 #include <cogl/cogl-defines.h>
 #include <cogl/cogl-error.h>
 
@@ -50,9 +46,6 @@
 #include <cogl/cogl-enum-types.h>
 #endif
 
-/*
- * 2.0 api that's compatible with the 1.x api...
- */
 #include <cogl/cogl-swap-chain.h>
 #include <cogl/cogl-renderer.h>
 #include <cogl/cogl-display.h>



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