material: remove a duplicate gtk-doc "Since: 1.4"

The cogl_material_get_depth_writing_enabled documentation had two
"Since: 1.4" annotations which was confusing the gobject introspection
scanner.
This commit is contained in:
Robert Bragg 2010-06-30 03:31:37 +01:00
parent cdf5b222db
commit e7df757739

View File

@ -1052,7 +1052,6 @@ cogl_material_set_depth_writing_enabled (CoglHandle handle,
/** /**
* cogl_material_get_depth_writing_enabled: * cogl_material_get_depth_writing_enabled:
* @handle: A CoglMaterial handle * @handle: A CoglMaterial handle
* Since: 1.4
* *
* Gets the depth writing enable state as set by the corresponding * Gets the depth writing enable state as set by the corresponding
* cogl_material_set_depth_writing_enabled. * cogl_material_set_depth_writing_enabled.