From 3009d029ba6ee1514e2ba521ebf9b28f5477de65 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 19 Feb 2009 15:00:23 +0000 Subject: [PATCH] Remove type functions for removed types The CoglHandle wrapper GTypes have been removed in commit a0800b44 so we can safely remove the declarations. --- clutter/clutter-texture.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/clutter/clutter-texture.h b/clutter/clutter-texture.h index fff5a991f..ed79f131d 100644 --- a/clutter/clutter-texture.h +++ b/clutter/clutter-texture.h @@ -133,8 +133,6 @@ typedef enum { /*< prefix=CLUTTER_TEXTURE_QUALITY >*/ } ClutterTextureQuality; GType clutter_texture_get_type (void) G_GNUC_CONST; -GType clutter_texture_handle_get_type (void) G_GNUC_CONST; -GType clutter_material_handle_get_type (void) G_GNUC_CONST; ClutterActor * clutter_texture_new (void); ClutterActor * clutter_texture_new_from_file (const gchar *filename,