diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-07-11 18:21:43 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-07-11 18:21:43 +0000 |
| commit | 47f334392faf39f274f5f74d9b86f1bfc2f29b51 (patch) | |
| tree | a6b6566996e2ad4a472abdb5c34546f70a2eb93d /lib/python/Components | |
| parent | 2f674df20581af4d9edd8fbc7c613c86f6f9be92 (diff) | |
| download | enigma2-47f334392faf39f274f5f74d9b86f1bfc2f29b51.tar.gz enigma2-47f334392faf39f274f5f74d9b86f1bfc2f29b51.zip | |
remove some now unused Components
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/Date.py | 0 | ||||
| -rw-r--r-- | lib/python/Components/Makefile.am | 9 | ||||
| -rw-r--r-- | lib/python/Components/ProviderName.py | 0 | ||||
| -rw-r--r-- | lib/python/Components/ServiceName.py | 0 |
4 files changed, 4 insertions, 5 deletions
diff --git a/lib/python/Components/Date.py b/lib/python/Components/Date.py deleted file mode 100644 index e69de29b..00000000 --- a/lib/python/Components/Date.py +++ /dev/null diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am index d5be8682..4aa6a297 100644 --- a/lib/python/Components/Makefile.am +++ b/lib/python/Components/Makefile.am @@ -5,10 +5,10 @@ SUBDIRS = Sources Converter Renderer install_PYTHON = \ ActionMap.py GUISkin.py PerServiceDisplay.py components.py \ Button.py HTMLComponent.py ProgressBar.py TimerList.py config.py \ - Clock.py HTMLSkin.py ServiceList.py VariableText.py \ - ConfigList.py Header.py ServiceName.py VariableValue.py \ + HTMLSkin.py ServiceList.py VariableText.py \ + ConfigList.py Header.py VariableValue.py \ EventInfo.py Label.py ServiceScan.py VolumeBar.py \ - GUIComponent.py MenuList.py __init__.py MovieList.py \ + GUIComponent.py MenuList.py __init__.py MovieList.py \ InputDevice.py ServicePosition.py SetupDevices.py Harddisk.py \ AVSwitch.py Network.py RFmod.py DiskInfo.py NimManager.py Lcd.py \ EpgList.py ScrollLabel.py Timezones.py Language.py HelpMenuList.py \ @@ -16,5 +16,4 @@ install_PYTHON = \ PluginList.py PluginComponent.py RecordingConfig.py About.py UsageConfig.py \ FIFOList.py ServiceEventTracker.py Input.py TimerSanityCheck.py FileList.py \ MultiContent.py MediaPlayer.py TunerInfo.py VideoWindow.py ChoiceList.py \ - Element.py Playlist.py ProviderName.py Date.py - + Element.py Playlist.py diff --git a/lib/python/Components/ProviderName.py b/lib/python/Components/ProviderName.py deleted file mode 100644 index e69de29b..00000000 --- a/lib/python/Components/ProviderName.py +++ /dev/null diff --git a/lib/python/Components/ServiceName.py b/lib/python/Components/ServiceName.py deleted file mode 100644 index e69de29b..00000000 --- a/lib/python/Components/ServiceName.py +++ /dev/null |
