diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2011-08-25 14:18:01 +0100 |
---|---|---|
committer | Robert Bragg <robert@linux.intel.com> | 2011-09-05 17:54:46 +0100 |
commit | 4e1d08d59e65fd06a3fa10e2be147fc290e430af (patch) | |
tree | 1c167feb9cdb2b482f1ba8d0450212694ef6c218 /cogl/cogl-pipeline-private.h | |
parent | 11d221af1a9cc2f852a4182d3bcb9a82d481d23c (diff) | |
download | cogl-4e1d08d59e65fd06a3fa10e2be147fc290e430af.tar.gz |
pipeline: Remove unsused get_max_texture_image_units()
This function was not used in the opengl pipeline, probably because of
the more precise get_max_activable_texture_units().
Remove it then.
https://bugzilla.gnome.org/show_bug.cgi?id=657347
Reviewed-by: Robert Bragg <robert@linux.intel.com>
Diffstat (limited to 'cogl/cogl-pipeline-private.h')
-rw-r--r-- | cogl/cogl-pipeline-private.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cogl/cogl-pipeline-private.h b/cogl/cogl-pipeline-private.h index 41f73ab8..6e8fc359 100644 --- a/cogl/cogl-pipeline-private.h +++ b/cogl/cogl-pipeline-private.h @@ -916,11 +916,6 @@ typedef struct _CoglPipelineFlushOptions CoglHandle layer0_override_texture; } CoglPipelineFlushOptions; - -int -_cogl_get_max_texture_image_units (void); - - void _cogl_use_fragment_program (GLuint gl_program, CoglPipelineProgramType type); |