[gtk: 2/3] a11y: Remove unneeded check




commit 5d7ecb7a6ec21fbb2ce83238f3f0545dfdd3219a
Author: Mike Gorse <mgorse suse com>
Date:   Fri Jul 30 08:58:27 2021 -0500

    a11y: Remove unneeded check

 gtk/a11y/gtkatspiroot.c | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/gtk/a11y/gtkatspiroot.c b/gtk/a11y/gtkatspiroot.c
index 73ceb23f13..88a366c05f 100644
--- a/gtk/a11y/gtkatspiroot.c
+++ b/gtk/a11y/gtkatspiroot.c
@@ -773,9 +773,6 @@ gtk_at_spi_root_to_ref (GtkAtSpiRoot *self)
 {
   g_return_val_if_fail (GTK_IS_AT_SPI_ROOT (self), NULL);
 
-  if (self->desktop_path == NULL)
-    return gtk_at_spi_null_ref ();
-
   return g_variant_new ("(so)",
                         g_dbus_connection_get_unique_name (self->connection),
                         self->root_path);


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