diff options
author | Neil Roberts <neil@linux.intel.com> | 2012-04-16 13:21:14 +0100 |
---|---|---|
committer | Neil Roberts <neil@linux.intel.com> | 2012-04-16 18:21:11 +0100 |
commit | 06d522cb69643f51db2e20898ce524af5ab14892 (patch) | |
tree | e95e919e3319da48a98e6db82139b5b7523f9bef /cogl/cogl-framebuffer.h | |
parent | ef5680d3fda5df929dbd0b420c8f598ded58dfee (diff) | |
download | cogl-06d522cb69643f51db2e20898ce524af5ab14892.tar.gz |
Remove the legacy CoglPath API
This removes the legacy path API which operates on an implicit global
CoglPath object and works in terms of integers. The newer API which
takes a CoglPath* pointer can be used instead.
Reviewed-by: Robert Bragg <robert@linux.intel.com>
Diffstat (limited to 'cogl/cogl-framebuffer.h')
-rw-r--r-- | cogl/cogl-framebuffer.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cogl/cogl-framebuffer.h b/cogl/cogl-framebuffer.h index 07886db5..1769975b 100644 --- a/cogl/cogl-framebuffer.h +++ b/cogl/cogl-framebuffer.h @@ -34,12 +34,7 @@ #include <windows.h> #endif /* COGL_HAS_WIN32_SUPPORT */ -#ifdef COGL_ENABLE_EXPERIMENTAL_2_0_API -#include <cogl/cogl2-path.h> -#else #include <cogl/cogl-path.h> -#endif - #include <cogl/cogl-pipeline.h> #include <cogl/cogl-indices.h> #include <cogl/cogl-bitmap.h> |