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: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1833>
This commit is contained in:
Jonas Ådahl 2021-03-03 17:22:53 +01:00 committed by Marge Bot
parent 3bb6865912
commit c6329807c2

View File

@ -100,10 +100,6 @@ process_ice_messages (GIOChannel *channel,
if (status == IceProcessMessagesIOError) if (status == IceProcessMessagesIOError)
{ {
#if 0
IcePointer context = IceGetConnectionContext (connection);
#endif
/* We were disconnected; close our connection to the /* We were disconnected; close our connection to the
* session manager, this will result in the ICE connection * session manager, this will result in the ICE connection
* being cleaned up, since it is owned by libSM. * being cleaned up, since it is owned by libSM.