From 47f334392faf39f274f5f74d9b86f1bfc2f29b51 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Tue, 11 Jul 2006 18:21:43 +0000 Subject: [PATCH] remove some now unused Components --- lib/python/Components/Date.py | 0 lib/python/Components/Makefile.am | 9 ++++----- lib/python/Components/ProviderName.py | 0 lib/python/Components/ServiceName.py | 0 4 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 lib/python/Components/Date.py delete mode 100644 lib/python/Components/ProviderName.py delete mode 100644 lib/python/Components/ServiceName.py diff --git a/lib/python/Components/Date.py b/lib/python/Components/Date.py deleted file mode 100644 index e69de29b..00000000 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 diff --git a/lib/python/Components/ServiceName.py b/lib/python/Components/ServiceName.py deleted file mode 100644 index e69de29b..00000000 -- 2.30.2