summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorDaniel Egger <degger@fhm.edu>2001-11-14 21:50:00 +0000
committerDaniel Egger <egger@src.gnome.org>2001-11-14 21:50:00 +0000
commit5694bcb0eef619134b5253d7f622db227e624c6e (patch)
tree175423ab76ffa2960ab29569181b07c65def9623 /ChangeLog.pre-2-8
parent82a6dc936528d482fe3878c6f87a1186dfb186d3 (diff)
downloadgtk+-5694bcb0eef619134b5253d7f622db227e624c6e.tar.gz
Remove unused static function. (xpm_skip_string): Dito.
2001-11-14 Daniel Egger <degger@fhm.edu> * gdk-pixbuf/io-xpm.c: (xpm_skip_whitespaces): Remove unused static function. (xpm_skip_string): Dito. (xpm_extract_color): Declare const variable const to avoid warnings. * gtk/gtkfixed.c: (gtk_fixed_map): Remove unused static function. * gtk/gtkplug.c: #if 0'ed prototype for #if 0'ed code. * gtk/gtksocket.c: Change type of mask to g_message to %ld for a long.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-814
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 504d6fbc8c..e9c0ae1776 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,17 @@
+2001-11-14 Daniel Egger <degger@fhm.edu>
+
+ * gdk-pixbuf/io-xpm.c:
+ (xpm_skip_whitespaces): Remove unused static function.
+ (xpm_skip_string): Dito.
+ (xpm_extract_color): Declare const variable const to avoid warnings.
+
+ * gtk/gtkfixed.c: (gtk_fixed_map): Remove unused static function.
+
+ * gtk/gtkplug.c: #if 0'ed prototype for #if 0'ed code.
+
+ * gtk/gtksocket.c: Change type of mask to g_message to %ld for
+ a long.
+
Wed Nov 14 15:14:48 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkcontainer.c (gtk_container_idle_sizer): Back