remove orphaned comment

This commit is contained in:
Adrian Ulrich 2017-02-26 13:46:44 +01:00
parent 919ddc5f75
commit 5479eb87a3

View File

@ -36,7 +36,6 @@ public class ThemeHelper {
switch (theme) {
case R.style.Playback:
//theme = themeBase + (R.style.Playback - R.style.VanillaBase);
ar = context.getResources().obtainTypedArray(R.array.theme_category_playback);
break;
case R.style.Library: