[cells-gtk-cvs] CVS root/gtk-ffi

pdenno pdenno at common-lisp.net
Sat Feb 11 03:46:42 UTC 2006


Update of /project/cells-gtk/cvsroot/root/gtk-ffi
In directory common-lisp:/tmp/cvs-serv32561/root/gtk-ffi

Modified Files:
	gtk-other.lisp 
Log Message:
Removed duplicate gtk-text-buffer-get-char-count

--- /project/cells-gtk/cvsroot/root/gtk-ffi/gtk-other.lisp	2006/01/03 19:09:41	1.11
+++ /project/cells-gtk/cvsroot/root/gtk-ffi/gtk-other.lisp	2006/02/11 03:46:42	1.12
@@ -18,7 +18,6 @@
 
 (in-package :gtk-ffi)
 
-
 (def-gtk-lib-functions :gtk
   ;; main-loop
   (gtk-init ((argc (c-ptr-null int))
@@ -636,8 +635,6 @@
                               (tag c-pointer)
                               (start c-pointer)
                               (end c-pointer)))
-  (gtk-text-buffer-get-char-count ((buffer c-pointer))
-     int)
   (gtk-text-buffer-create-mark ((buffer c-pointer)
                                 (mark-name c-string)
                                 (where c-pointer)




More information about the Cells-gtk-cvs mailing list