summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2012-11-20 18:33:47 +0000
committerRobert Bragg <robert@linux.intel.com>2013-01-02 17:22:46 +0000
commit0f6d2b2a3a55fc6e0311940f3299ba99b74e5d9f (patch)
tree979e43b9d6904c734adbb0519e2d27578abb2a5d
parentd92f9db6185cba959d76033d1b9655d84268f1b5 (diff)
downloadcogl-0f6d2b2a3a55fc6e0311940f3299ba99b74e5d9f.tar.gz
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>
-rw-r--r--cogl/cogl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cogl/cogl.h b/cogl/cogl.h
index 6ed062bb..6da511d7 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>