Remove unused deprecateGwtUi parameter

Change-Id: I5c81f17a948137b6185a4da446d55474d3df3d55
(cherry picked from commit 66bf4c50da)
This commit is contained in:
Patrick Hiesel
2019-05-29 12:02:27 +02:00
committed by David Pursehouse
parent a38def8db4
commit 6e2425deee

View File

@@ -23,7 +23,6 @@
{@param? assetsBundle: ?} /** {string} Assets bundle .html file, served from $assetsPath. */
{@param? faviconPath: ?}
{@param? versionInfo: ?}
{@param? deprecateGwtUi: ?}
{@param? polymer2: ?}
<!DOCTYPE html>{\n}
<html lang="en">{\n}
@@ -39,7 +38,6 @@
<script>
window.CLOSURE_NO_DEPS = true;
{if $canonicalPath != ''}window.CANONICAL_PATH = '{$canonicalPath}';{/if}
{if $deprecateGwtUi}window.DEPRECATE_GWT_UI = true;{/if}
{if $versionInfo}window.VERSION_INFO = '{$versionInfo}';{/if}
{if $staticResourcePath != ''}window.STATIC_RESOURCE_PATH = '{$staticResourcePath}';{/if}
{if $assetsPath}window.ASSETS_PATH = '{$assetsPath}';{/if}