summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/startupnotify.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c
index 4c2672c1..51e78e26 100644
--- a/openbox/startupnotify.c
+++ b/openbox/startupnotify.c
@@ -33,10 +33,7 @@ Time sn_app_started(const gchar *id, const gchar *wmclass)
}
gboolean sn_get_desktop(gchar *id, guint *desktop) { return FALSE; }
void sn_setup_spawn_environment(gchar *program, gchar *name,
- gchar *icon_name, gint desktop, Time time)
-{
- return g_strdupv(environ);
-}
+ gchar *icon_name, gint desktop, Time time) {}
void sn_spawn_cancel() {}
#else