about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-07-12 11:11:45 +0200
committerMichael Vetter <jubalh@iodoru.org>2019-07-12 11:11:45 +0200
commitc07d533ec1b7fe471a58586f577edc43867971a8 (patch)
treeb8f73af605f3cc2fbed3e2bfeefd995cab8bfabc /src
parent68b6deefbf9f931d7713631b85faac4f2c402356 (diff)
downloadprofani-tty-c07d533ec1b7fe471a58586f577edc43867971a8.tar.gz
Fixup for last commit
Diffstat (limited to 'src')
-rw-r--r--src/xmpp/iq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmpp/iq.c b/src/xmpp/iq.c
index 95b3c67e..4ffa55d8 100644
--- a/src/xmpp/iq.c
+++ b/src/xmpp/iq.c
@@ -771,7 +771,6 @@ void
 iq_cancel_command_config(ProfConfWin *confwin)
 {
     xmpp_ctx_t * const ctx = connection_get_ctx();
-    CommandConfigData *data = (CommandConfigData *)confwin->userdata;
     xmpp_stanza_t *iq = stanza_create_room_config_cancel_iq(ctx, confwin->roomjid);
     iq_send_stanza(iq);
     xmpp_stanza_release(iq);