From 447ecfb3e85ac50a5c0248541e0d279af8f93b77 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sun, 20 Aug 2000 10:13:47 +0000 Subject: Fixed a warning. 2000-08-20 Christopher James Lahey * widgets/e-text/e-text.c: Fixed a warning. svn path=/trunk/; revision=4889 --- widgets/text/e-text.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/text') diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c index 1dbe647e33..30e6452ed0 100644 --- a/widgets/text/e-text.c +++ b/widgets/text/e-text.c @@ -1615,6 +1615,7 @@ get_line_xpos_item_relative (EText *text, struct line *line) return x; } +#if 0 /* Calculates the y position of the first line of text. */ static double get_line_ypos_item_relative (EText *text) @@ -1644,6 +1645,7 @@ get_line_ypos_item_relative (EText *text) return y; } +#endif /* Calculates the x position of the specified line of text, based on the text's justification */ static int -- cgit