# HG changeset patch # User Kim Alvefur # Date 1353816733 -3600 # Node ID ff0d0cd07c438671957405c00758111b82259c14 # Parent cfc038f1f923490499f9b871bca37f04c99481b3 mod_admin_adhoc: Remove unused form diff -r cfc038f1f923 -r ff0d0cd07c43 plugins/mod_admin_adhoc.lua --- a/plugins/mod_admin_adhoc.lua Fri Nov 23 17:16:22 2012 +0100 +++ b/plugins/mod_admin_adhoc.lua Sun Nov 25 05:12:13 2012 +0100 @@ -212,15 +212,6 @@ end end -local end_user_session_layout = dataforms_new{ - title = "Ending a User Session"; - instructions = "Fill out this form to end a user's session."; - - { name = "FORM_TYPE", type = "hidden", value = "http://jabber.org/protocol/admin" }; - { name = "accountjids", type = "jid-multi", label = "The Jabber ID(s) for which to end sessions" }; -}; - - function get_user_password_handler(self, data, state) local get_user_password_layout = dataforms_new{ title = "Getting User's Password";