Skip to content

Commit 8d184e8

Browse files
committed
Remove unused NONE_LAYOUT
1 parent 0b1d27f commit 8d184e8

File tree

1 file changed

+0
-1
lines changed
  • grails-web-common/src/main/groovy/org/grails/web/util

1 file changed

+0
-1
lines changed

grails-web-common/src/main/groovy/org/grails/web/util/WebUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ public class WebUtils extends org.springframework.web.util.WebUtils {
6161
public static final String DISPATCH_ACTION_PARAMETER = "_action_";
6262
public static final String SEND_ALLOW_HEADER_FOR_INVALID_HTTP_METHOD = "grails.http.invalid.method.allow.header";
6363
public static final String LAYOUT_ATTRIBUTE = "org.grails.layout.name";
64-
public static final String NONE_LAYOUT = "_none_";
6564
public static final String RENDERING_VIEW = "org.grails.rendering.view";
6665
public static final String GRAILS_DISPATCH_EXTENSION = ".dispatch";
6766
public static final String GRAILS_SERVLET_PATH = "/grails";

0 commit comments

Comments
 (0)