resourceloader: Remove redundant state assignment for styles in ClientHtml
authorTimo Tijhof <krinklemail@gmail.com>
Mon, 5 Mar 2018 23:15:24 +0000 (15:15 -0800)
committerKrinkle <krinklemail@gmail.com>
Tue, 20 Mar 2018 23:44:41 +0000 (23:44 +0000)
commit3bf06ad80c4fe33c40b5a87891de7cab4626b3ef
treebf8fea021fb4ee36c285ac251aa27eb0138ab788
parentc1fe29b6406930d2831f684805191a5b9979a524
resourceloader: Remove redundant state assignment for styles in ClientHtml

The same variable index was set to the same value from two places,
one unconditionally, and two times within a conditional block after
the first one.

The second ones are a completely redundant remnant from a refactor
sometime last year.

Change-Id: Ia234d4aca398b1b365d457a439d9e449229f28fb
includes/resourceloader/ResourceLoaderClientHtml.php