gdesktopappinfo.c: Drop disregarded xterm check

https://bugzilla.gnome.org/show_bug.cgi?id=786580
This commit is contained in:
Cj Malone 2017-08-23 20:26:28 +01:00 committed by Philip Withnall
parent 830744b0f4
commit 926db3174a

View File

@ -2489,8 +2489,6 @@ prepend_terminal_to_vector (int *argc,
check = g_find_program_in_path ("color-xterm");
if (check == NULL)
check = g_find_program_in_path ("rxvt");
if (check == NULL)
check = g_find_program_in_path ("xterm");
if (check == NULL)
check = g_find_program_in_path ("dtterm");
if (check == NULL)