native: remove obsolete comment

There's not weston-launch anymore

https://bugzilla.gnome.org/show_bug.cgi?id=753434
This commit is contained in:
Marek Chalupa 2015-09-07 10:06:58 +02:00 committed by Ray Strode
parent 94513726de
commit c13ddafdb8

View File

@ -328,9 +328,7 @@ meta_backend_native_init (MetaBackendNative *native)
{
MetaBackendNativePrivate *priv = meta_backend_native_get_instance_private (native);
/* We're a display server, so start talking to weston-launch. */
priv->launcher = meta_launcher_new ();
priv->barrier_manager = meta_barrier_manager_native_new ();
priv->up_client = up_client_new ();