From 601c7a70db9e99fbbceffad2f82a9fd8578e47e2 Mon Sep 17 00:00:00 2001 From: Dmitry Kalyanov Date: Sun, 1 Nov 2009 00:28:28 +0300 Subject: [PATCH] Remove erroneous export --- gdk/gdk.functions.lisp | 2 -- 1 file changed, 2 deletions(-) diff --git a/gdk/gdk.functions.lisp b/gdk/gdk.functions.lisp index 88bbc1e..2094ed4 100644 --- a/gdk/gdk.functions.lisp +++ b/gdk/gdk.functions.lisp @@ -60,8 +60,6 @@ (name :string) (only-if-exists :boolean)) -(export 'drawable-size) - (defcfun gdk-pixbuf-get-from-drawable (g-object pixbuf :already-referenced) (dest (g-object pixbuf)) (src (g-object drawable)) -- 1.7.10.4