[vte] Remove another stale assert()



commit ea6488d28be389b047bd0aa2ba69e2a736266a71
Author: Behdad Esfahbod <behdad behdad org>
Date:   Tue Aug 25 19:06:52 2009 -0400

    Remove another stale assert()
    
    fatalerror!  Why did you disable asserts!

 src/vtepangocairo.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/vtepangocairo.c b/src/vtepangocairo.c
index 952a6d4..7532c51 100644
--- a/src/vtepangocairo.c
+++ b/src/vtepangocairo.c
@@ -185,7 +185,6 @@ unistr_info_finish (struct unistr_info *uinfo)
 	switch (uinfo->coverage) {
 	default:
 	case COVERAGE_UNKNOWN:
-		g_assert_not_reached ();
 		break;
 	case COVERAGE_USE_PANGO_LAYOUT_LINE:
 		/* we hold a manual reference on layout */



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