aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/utils.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/utils.c b/src/utils.c
index 0faaca2..ecd5d38 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -48,9 +48,7 @@ is_xdg_current_desktop (const gchar* desktop)
gboolean
ayatana_common_utils_is_lomiri ()
{
- // For legacy reasons keep the MIR_SOCKET hack
- return (g_getenv ("MIR_SOCKET") != NULL ||
- is_xdg_current_desktop(DESKTOP_LOMIRI));
+ return is_xdg_current_desktop(DESKTOP_LOMIRI);
}
gboolean