summaryrefslogtreecommitdiff
path: root/src/cr-utils.h
diff options
context:
space:
mode:
authorDom Lachowicz <cinamod@hotmail.com>2006-04-29 13:07:54 +0000
committerDom Lachowicz <doml@src.gnome.org>2006-04-29 13:07:54 +0000
commit1f46ad42193a2dd17bccaf69f2f50df2279dc2f5 (patch)
tree845b871ce26bd841d2d592d25c04a7bfb626bbd1 /src/cr-utils.h
parent9712f747ed9607acf51badb29aa2009729e3b13b (diff)
downloadlibcroco-1f46ad42193a2dd17bccaf69f2f50df2279dc2f5.tar.gz
Revert my previous change and instead use Inkscape's patch in bug #306823,
2006-04-29 Dom Lachowicz <cinamod@hotmail.com> * src/cr-tknzr.c: Revert my previous change and instead use Inkscape's patch in bug #306823, as it improves precision * src/cr-utils.[ch]: Ditto
Diffstat (limited to 'src/cr-utils.h')
-rw-r--r--src/cr-utils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cr-utils.h b/src/cr-utils.h
index 6f03946..5230780 100644
--- a/src/cr-utils.h
+++ b/src/cr-utils.h
@@ -235,9 +235,6 @@ void
cr_utils_dump_n_chars2 (guchar a_char,
GString *a_string,
glong a_nb) ;
-gdouble
-cr_utils_n_to_0_dot_n (glong a_n, glong decimal_places) ;
-
GList *
cr_utils_dup_glist_of_string (GList *a_list) ;