From c6329807c2be5041918d45b2820f5bbdb053e5a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Wed, 3 Mar 2021 17:22:53 +0100 Subject: [PATCH] x11/session: Remove #if 0:ed out declaration Not used, no idea what it was for, but it serves no purpose, so lets remove it. Part-of: --- src/x11/session.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/x11/session.c b/src/x11/session.c index 9d11b6d8a..39d972bd4 100644 --- a/src/x11/session.c +++ b/src/x11/session.c @@ -100,10 +100,6 @@ process_ice_messages (GIOChannel *channel, if (status == IceProcessMessagesIOError) { -#if 0 - IcePointer context = IceGetConnectionContext (connection); -#endif - /* We were disconnected; close our connection to the * session manager, this will result in the ICE connection * being cleaned up, since it is owned by libSM.