aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2008-04-13 22:44:24 +0000
committerFelix Domke <tmbinc@elitedvb.net>2008-04-13 22:44:24 +0000
commit87ea9af33d190bb2be90ce9c35b5e1bcf6388411 (patch)
treeb6d7c48087c127355f3de767a9dc69d0acb41c42 /lib/python/Components
parent1c4d458b5df83facce7cf71b39ab247eb1447491 (diff)
downloadenigma2-87ea9af33d190bb2be90ce9c35b5e1bcf6388411.tar.gz
enigma2-87ea9af33d190bb2be90ce9c35b5e1bcf6388411.zip
remove 'Header', it's obsolete and unused
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/Header.py0
-rw-r--r--lib/python/Components/Makefile.am2
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Header.py b/lib/python/Components/Header.py
deleted file mode 100644
index e69de29b..00000000
--- a/lib/python/Components/Header.py
+++ /dev/null
diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am
index 7a17eb74..5236909c 100644
--- a/lib/python/Components/Makefile.am
+++ b/lib/python/Components/Makefile.am
@@ -6,7 +6,7 @@ install_PYTHON = \
ActionMap.py GUISkin.py PerServiceDisplay.py components.py \
Button.py HTMLComponent.py ProgressBar.py TimerList.py config.py \
HTMLSkin.py ServiceList.py VariableText.py \
- ConfigList.py Header.py VariableValue.py \
+ ConfigList.py VariableValue.py \
Label.py ServiceScan.py VolumeBar.py \
GUIComponent.py MenuList.py __init__.py MovieList.py \
InputDevice.py ServicePosition.py SetupDevices.py Harddisk.py \