diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | widgets/e-text/e-text.c | 2 | ||||
-rw-r--r-- | widgets/text/e-text.c | 2 |
3 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2000-08-20 Christopher James Lahey <clahey@helixcode.com> + + * widgets/e-text/e-text.c: Fixed a warning. + 2000-08-20 arik devens <arik@helixcode.com> * widgets/e-text/Makefile.am (INCLUDES): added UNICODE_CFLAGS diff --git a/widgets/e-text/e-text.c b/widgets/e-text/e-text.c index 1dbe647e33..30e6452ed0 100644 --- a/widgets/e-text/e-text.c +++ b/widgets/e-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 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 |