summaryrefslogtreecommitdiff
path: root/xfce4-session/main.c
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2016-04-20 18:14:14 +0300
committerEric Koegel <eric.koegel@gmail.com>2016-04-20 18:14:14 +0300
commitb3a918b1975858a6219161f49ce4e696af6d3473 (patch)
treefa8e32413f1de63e4e27ffaed614de3fe35ea5c2 /xfce4-session/main.c
parent9c5c6cd2013888584de40d1ebfedbc81edb17ca2 (diff)
downloadxfce4-session-b3a918b1975858a6219161f49ce4e696af6d3473.tar.gz
Port the main part of xfsm to Gtk3
Diffstat (limited to 'xfce4-session/main.c')
-rw-r--r--xfce4-session/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xfce4-session/main.c b/xfce4-session/main.c
index 8e2aea98..fba6dc5b 100644
--- a/xfce4-session/main.c
+++ b/xfce4-session/main.c
@@ -142,9 +142,6 @@ init_display (XfsmManager *manager,
gdk_flush ();
sm_init (channel, disable_tcp, manager);
-
- /* gtk resource files may have changed */
- gtk_rc_reparse_all ();
}