[vte/vte-next: 18/47] vteapp: Remove --antialias optio



commit db850f94262a843078588c365d3f770f9149276c
Author: Christian Persch <chpe gnome org>
Date:   Mon May 2 21:20:08 2011 +0200

    vteapp: Remove --antialias optio

 src/vteapp.c |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/src/vteapp.c b/src/vteapp.c
index 8f893cf..9f5018c 100644
--- a/src/vteapp.c
+++ b/src/vteapp.c
@@ -556,7 +556,7 @@ main(int argc, char **argv)
 		 console = FALSE, scroll = FALSE, keep = FALSE,
 		 icon_title = FALSE, shell = TRUE, highlight_set = FALSE,
 		 cursor_set = FALSE, reverse = FALSE, use_geometry_hints = TRUE,
-		 antialias = TRUE, use_scrolled_window = FALSE,
+		 use_scrolled_window = FALSE,
 		 show_object_notifications = FALSE;
 	char *geometry = NULL;
 	gint lines = 100;
@@ -573,11 +573,6 @@ main(int argc, char **argv)
 	GdkColor fore, back, tint, highlight, cursor;
 	const GOptionEntry options[]={
 		{
-			"antialias", 'A', G_OPTION_FLAG_REVERSE,
-			G_OPTION_ARG_NONE, &antialias,
-			"Disable the use of anti-aliasing", NULL
-		},
-		{
 			"background", 'B', 0,
 			G_OPTION_ARG_FILENAME, &background,
 			"Specify a background image", NULL
@@ -921,7 +916,7 @@ main(int argc, char **argv)
 
 	/* Set the default font. */
 	vte_terminal_set_font_from_string_full(terminal, font,
-					       antialias ? VTE_ANTI_ALIAS_USE_DEFAULT : VTE_ANTI_ALIAS_FORCE_DISABLE);
+					       VTE_ANTI_ALIAS_USE_DEFAULT);
 
 	/* Match "abcdefg". */
 	if (dingus) {



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