blob: a5e9396ca564f424ca63b2e5027aab9542091d86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-ab,v 1.3 2010/12/03 05:42:53 obache Exp $
for clutter-1.4
--- clutter/cogl-base.defs.orig 2010-03-30 17:25:33.000000000 +0000
+++ clutter/cogl-base.defs
@@ -189,11 +189,6 @@
;; From cogl-enum-types.h
-(define-function debug_flags_get_type
- (c-name "cogl_debug_flags_get_type")
- (return-type "GType")
-)
-
(define-function material_filter_get_type
(c-name "cogl_material_filter_get_type")
(return-type "GType")
|