mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
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:
parent
3bb6865912
commit
c6329807c2
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user