diff options
-rw-r--r-- | cogl/cogl.h | 7 |
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> |