com gtk/php-gtk: Saving one bit of memory: ext/gtk+/gtktreeview.overrides

[email protected] (David Soria Parra)
Newsgroups php.gtk.cvs
Message-ID <[email protected]>
Commit:    4b6971b757dcebf48821ee27d869948fa77c89ea
Author:    Christian Weiske <[email protected]>         Fri, 30 Jun 2006 22:04:36 +0000
Parents:   9cac2eb314593557ba07ccf1565572fb63e40211
Branches:  master

Link:       http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=4b6971b757dcebf48821ee27d869948fa77c89ea

Log:
Saving one bit of memory

Changed paths:
  M  ext/gtk+/gtktreeview.overrides


Diff:
4b6971b757dcebf48821ee27d869948fa77c89ea
diff --git a/ext/gtk+/gtktreeview.overrides b/ext/gtk+/gtktreeview.overrides
index 600b068..ca1787b 100644
--- a/ext/gtk+/gtktreeview.overrides
+++ b/ext/gtk+/gtktreeview.overrides
@@ -204,7 +204,6 @@ PHP_METHOD
     GtkTreePath *path;
     zval *php_path;
     GtkRequisition requisition;
-    gboolean php_retval;
 
     NOT_STATIC_METHOD();
 
@@ -216,7 +215,7 @@ PHP_METHOD
         return;
     }
 
-    php_retval = gtk_cell_view_get_size_of_row(GTK_CELL_VIEW(PHPG_GOBJECT(this_ptr)), path, &requisition);
+    gtk_cell_view_get_size_of_row(GTK_CELL_VIEW(PHPG_GOBJECT(this_ptr)), path, &requisition);
 
     if (path)
         gtk_tree_path_free(path);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.