src/main/kotlin/de/uapcore/lightpit/RequestMapping.kt

changeset 414
1f1bce90127e
parent 409
109850e92e95
--- a/src/main/kotlin/de/uapcore/lightpit/RequestMapping.kt	Fri Feb 20 16:30:17 2026 +0100
+++ b/src/main/kotlin/de/uapcore/lightpit/RequestMapping.kt	Sat Feb 21 13:41:41 2026 +0100
@@ -85,19 +85,6 @@
 
     /**
      * A list of additional style sheets.
-     * TODO: remove this unnecessary attribute and merge all style sheets into one global
-     * @see Constants#REQ_ATTR_STYLESHEET
-     */
-    var styleSheets = emptyList<String>()
-        set(value) {
-            field = value
-            request.setAttribute(Constants.REQ_ATTR_STYLESHEET,
-                value.map { "$it.css" }
-            )
-        }
-
-    /**
-     * A list of additional style sheets.
      *
      * @see Constants#REQ_ATTR_JAVASCRIPT
      */

mercurial