[cogl/wip/cogl-sharp: 8/8] offscreen: Remove declarations of long gone cogl_offscreen_{ref, unref}()
- From: Damien Lespiau <dlespiau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/wip/cogl-sharp: 8/8] offscreen: Remove declarations of long gone cogl_offscreen_{ref, unref}()
- Date: Tue, 2 Oct 2012 16:16:54 +0000 (UTC)
commit 9005c764ff10b7b360b779b437c0a8b65db1f793
Author: Damien Lespiau <damien lespiau intel com>
Date: Mon Oct 1 23:48:03 2012 +0100
offscreen: Remove declarations of long gone cogl_offscreen_{ref,unref}()
cogl/cogl-offscreen.h | 30 ------------------------------
1 files changed, 0 insertions(+), 30 deletions(-)
---
diff --git a/cogl/cogl-offscreen.h b/cogl/cogl-offscreen.h
index e3ca11b..9ce428f 100644
--- a/cogl/cogl-offscreen.h
+++ b/cogl/cogl-offscreen.h
@@ -82,36 +82,6 @@ cogl_offscreen_new_to_texture (CoglTexture *texture);
CoglBool
cogl_is_offscreen (void *object);
-#ifndef COGL_DISABLE_DEPRECATED
-
-/**
- * cogl_offscreen_ref:
- * @offscreen: A pointer to a #CoglOffscreen framebuffer
- *
- * Increments the reference count on the @offscreen framebuffer.
- *
- * Return value: (transfer none): For convenience it returns the
- * given @offscreen
- *
- * Deprecated: 1.2: cogl_object_ref() should be used in new code.
- */
-void *
-cogl_offscreen_ref (void *offscreen) G_GNUC_DEPRECATED;
-
-/**
- * cogl_offscreen_unref:
- * @offscreen: A pointer to a #CoglOffscreen framebuffer
- *
- * Decreases the reference count for the @offscreen buffer and frees it when
- * the count reaches 0.
- *
- * Deprecated: 1.2: cogl_object_unref() should be used in new code.
- */
-void
-cogl_offscreen_unref (void *offscreen) G_GNUC_DEPRECATED;
-
-#endif /* COGL_DISABLE_DEPRECATED */
-
G_END_DECLS
#endif /* __COGL_OFFSCREEN_H__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]