]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blobdiff - src/seat-unity.c
Drop support for legacy XMir - this only existed in early development before the...
[sojka/lightdm.git] / src / seat-unity.c
index 409c0a46e8894e33bbf2b2419afc723d90a52782..597512a7762380e4436e33f0c7cfc2c3a865f9c8 100644 (file)
@@ -203,9 +203,6 @@ create_x_server (Seat *seat)
     x_server = x_server_local_new ();
 
     command = seat_get_string_property (seat, "xmir-command");
-    /* Fall back to using X if Xmir is not available as this was the previous way XMir worked */
-    if (strcmp (command, "Xmir") == 0 && !g_find_program_in_path ("Xmir"))
-        command = seat_get_string_property (seat, "xserver-command");
     x_server_local_set_command (x_server, command);
 
     id = g_strdup_printf ("x-%d", SEAT_UNITY (seat)->priv->next_x_server_id);