gtkhtml r8938 - trunk/gtkhtml



Author: mbarnes
Date: Fri Aug 29 00:33:11 2008
New Revision: 8938
URL: http://svn.gnome.org/viewvc/gtkhtml?rev=8938&view=rev

Log:
2008-08-28  Matthew Barnes  <mbarnes redhat com>

	* gtkhtml/htmltext.c (min_word_width_calc_tabs):
	Disable this unused function.  Maybe remove it in the future.



Modified:
   trunk/gtkhtml/ChangeLog
   trunk/gtkhtml/htmltext.c

Modified: trunk/gtkhtml/htmltext.c
==============================================================================
--- trunk/gtkhtml/htmltext.c	(original)
+++ trunk/gtkhtml/htmltext.c	Fri Aug 29 00:33:11 2008
@@ -1071,6 +1071,7 @@
 	return HTML_FIT_COMPLETE;
 }
 
+#if 0  /* No longer used? */
 static gint
 min_word_width_calc_tabs (HTMLText *text, HTMLPainter *p, gint idx, gint *len)
 {
@@ -1132,6 +1133,7 @@
 	/* printf ("tabs delta %d\n", rv); */
 	return rv;
 }
+#endif
 
 gint
 html_text_pango_info_get_index (HTMLTextPangoInfo *pi, gint byte_offset, gint idx)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]