Skip to content

Commit

Permalink
Simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
imonteroperez committed Nov 11, 2021
1 parent 774139b commit 6989c25
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions core/src/main/java/hudson/Functions.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@
import jenkins.model.ModelObjectWithContextMenu;
import jenkins.model.SimplePageDecorator;
import jenkins.util.SystemProperties;
import jenkins.views.Header;
import jenkins.views.JenkinsHeader;

import org.apache.commons.jelly.JellyContext;
import org.apache.commons.jelly.JellyTagException;
import org.apache.commons.jelly.Script;
Expand Down

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions core/src/main/resources/lib/layout/pageHeader.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@
</st:attribute>
</st:documentation>
<j:invokeStatic var="header" className="jenkins.views.JenkinsHeader" method="get"/>
<st:include it="${header}" page="preHeader.jelly"/>
<st:include it="${header}" page="headerContent.jelly"/>
<st:include it="${header}" page="postHeader.jelly"/>
</j:jelly>

0 comments on commit 6989c25

Please sign in to comment.