From 62c86285f5ff43befaa089207deb3949d1c8446f Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Fri, 29 May 2026 17:18:50 +0200 Subject: [PATCH] aqhome-cgi: removed unused line. --- apps/aqhome-cgi/modules/common/musers.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/aqhome-cgi/modules/common/musers.c b/apps/aqhome-cgi/modules/common/musers.c index 2514200..851269f 100644 --- a/apps/aqhome-cgi/modules/common/musers.c +++ b/apps/aqhome-cgi/modules/common/musers.c @@ -67,7 +67,6 @@ static void _readModRolesFromForm(GWEN_DB_NODE *dbPost, static void _addLabelAndInputToFormTableH(const char *title, const char *name, const char *value, const char *xxtra, GWEN_BUFFER *dbuf); static void _addUserStateLabelAndSelectionToFormTableH(const char *sTitle, const char *sName, int st, GWEN_BUFFER *dbuf); -static void _setLocationHeaderForMod(AQCGI_REQUEST *rq, const char *page, const char *sModName);