diff options
author | Havoc Pennington <hp@redhat.com> | 2001-10-03 23:24:54 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-10-03 23:24:54 +0000 |
commit | 9596fb5dae92c3c3d85473e68b26d43656b41a57 (patch) | |
tree | 62c3c2db98931ab1324b10eabb6d6db8f7f76c03 /pango/break.c | |
parent | 4636703b33420f453aa934a05dce8b979c2f93f2 (diff) | |
download | pango-9596fb5dae92c3c3d85473e68b26d43656b41a57.tar.gz |
remove assertion I shouldn't have put in there
2001-10-03 Havoc Pennington <hp@redhat.com>
* pango/break.c (MAYBE_START_NEW_SENTENCE): remove assertion I
shouldn't have put in there
Diffstat (limited to 'pango/break.c')
-rw-r--r-- | pango/break.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pango/break.c b/pango/break.c index f8c7b3d0..caebff5a 100644 --- a/pango/break.c +++ b/pango/break.c @@ -864,7 +864,6 @@ pango_default_break (const gchar *text, */ #define MAYBE_START_NEW_SENTENCE \ - g_assert (sentence_state != STATE_SENTENCE_BODY); \ switch (type) \ { \ case G_UNICODE_LINE_SEPARATOR: \ |