diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-05-06 16:31:02 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-05-06 16:31:02 +0000 |
| commit | 29f60fdaf6f0ff1dd112c9e0e913ec734b304bf1 (patch) | |
| tree | 19a8157a3d3427d1274e83b8807fc2f190be34ff /lib/components | |
| parent | 8acc9a009ec9412ab25acef4e02a27d4e9f905d9 (diff) | |
| download | enigma2-29f60fdaf6f0ff1dd112c9e0e913ec734b304bf1.tar.gz enigma2-29f60fdaf6f0ff1dd112c9e0e913ec734b304bf1.zip | |
remove no more needed c++ single epg list content class
code cleanup in python epg classes
get epg from parent service when epg is queried for a subservice(linkage service)
Diffstat (limited to 'lib/components')
| -rw-r--r-- | lib/components/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/components/Makefile.am b/lib/components/Makefile.am index 70bd8b6b..e377ab85 100644 --- a/lib/components/Makefile.am +++ b/lib/components/Makefile.am @@ -3,5 +3,4 @@ INCLUDES = \ noinst_LIBRARIES = libenigma_components.a -libenigma_components_a_SOURCES = scan.cpp listboxepg.cpp file_eraser.cpp -
\ No newline at end of file +libenigma_components_a_SOURCES = scan.cpp file_eraser.cpp |
