summaryrefslogtreecommitdiff
path: root/openbox/startupnotify.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/startupnotify.c')
-rw-r--r--openbox/startupnotify.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c
index 03cb752b..45a2b4c2 100644
--- a/openbox/startupnotify.c
+++ b/openbox/startupnotify.c
@@ -24,10 +24,7 @@
#ifndef USE_LIBSN
-void sn_startup(gboolean reconfig) {
- /* unset this so we don't pass it on unknowingly */
- if (!reconfig) unsetenv("DESKTOP_STARTUP_ID");
-}
+void sn_startup(gboolean reconfig) {}
void sn_shutdown(gboolean reconfig) {}
gboolean sn_app_starting() { return FALSE; }
Time sn_app_started(const gchar *id, const gchar *wmclass)