lineage: Remove theme engine leftovers

Change-Id: Ife3fa6d6bfb5994fa120a959e6c5ba1faf6b2416
diff --git a/config/cmsdk_common.mk b/config/cmsdk_common.mk
index a7316b4..dcf74bb 100644
--- a/config/cmsdk_common.mk
+++ b/config/cmsdk_common.mk
@@ -9,7 +9,6 @@
     vendor/lineage/config/permissions/org.cyanogenmod.profiles.xml:system/etc/permissions/org.cyanogenmod.profiles.xml \
     vendor/lineage/config/permissions/org.cyanogenmod.statusbar.xml:system/etc/permissions/org.cyanogenmod.statusbar.xml \
     vendor/lineage/config/permissions/org.cyanogenmod.telephony.xml:system/etc/permissions/org.cyanogenmod.telephony.xml \
-    vendor/lineage/config/permissions/org.cyanogenmod.theme.xml:system/etc/permissions/org.cyanogenmod.theme.xml \
     vendor/lineage/config/permissions/org.cyanogenmod.weather.xml:system/etc/permissions/org.cyanogenmod.weather.xml
 
 # CM Platform Library
diff --git a/config/common.mk b/config/common.mk
index 3834657..dfa39f0 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -88,9 +88,6 @@
 # Include Lineage audio files
 include vendor/lineage/config/lineage_audio.mk
 
-# Theme engine
-include vendor/lineage/config/themes_common.mk
-
 ifneq ($(TARGET_DISABLE_CMSDK), true)
 # CMSDK
 include vendor/lineage/config/cmsdk_common.mk
diff --git a/config/permissions/org.cyanogenmod.theme.xml b/config/permissions/org.cyanogenmod.theme.xml
deleted file mode 100644
index 4b09eb5..0000000
--- a/config/permissions/org.cyanogenmod.theme.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-
-<permissions>
-    <!-- The features listed here should coincide with the various iterations of
-         the CyanogenMod theme engine.  New org.cyanogenmod.theme.vX features
-         should only be added when the structure of the theme apk format is changed
-     -->
-
-    <!-- This is an alias for org.cyanogenmod.theme.v1 -->
-    <feature name="org.cyanogenmod.theme" />
-
-    <!-- Supports themes using v1 of the theme engine -->
-    <feature name="org.cyanogenmod.theme.v1" />
-</permissions>
diff --git a/config/themes_common.mk b/config/themes_common.mk
deleted file mode 100644
index e69de29..0000000
--- a/config/themes_common.mk
+++ /dev/null