Skip to content

Commit

Permalink
Remove TPM
Browse files Browse the repository at this point in the history
Remove a waste of resources.
  • Loading branch information
Mike Looijmans committed Aug 9, 2015
1 parent 4681376 commit ccf03f1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 257 deletions.
27 changes: 0 additions & 27 deletions doc/TPM

This file was deleted.

2 changes: 0 additions & 2 deletions lib/base/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ base_libenigma_base_a_SOURCES = \
base/elock.cpp \
base/encoding.cpp \
base/estring.cpp \
base/etpm.cpp \
base/freesatv2.cpp \
base/filepush.cpp \
base/init.cpp \
Expand Down Expand Up @@ -41,7 +40,6 @@ baseinclude_HEADERS = \
base/encoding.h \
base/eptrlist.h \
base/estring.h \
base/etpm.h \
base/filepush.h \
base/freesatv2.cpp \
base/i18n.h \
Expand Down
178 changes: 0 additions & 178 deletions lib/base/etpm.cpp

This file was deleted.

48 changes: 0 additions & 48 deletions lib/base/etpm.h

This file was deleted.

2 changes: 0 additions & 2 deletions lib/python/enigma_python.i
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ is usually caused by not marking PSignals as immutable.
#include <lib/base/smartptr.h>
#include <lib/base/eenv.h>
#include <lib/base/eerror.h>
#include <lib/base/etpm.h>
#include <lib/base/message.h>
#include <lib/driver/rc.h>
#include <lib/driver/rcinput_swig.h>
Expand Down Expand Up @@ -189,7 +188,6 @@ typedef long time_t;
%immutable eTuxtxtApp::appClosed;
%immutable iDVBChannel::receivedTsidOnid;
%include <lib/base/message.h>
%include <lib/base/etpm.h>
%include <lib/driver/rc.h>
%include <lib/driver/rcinput_swig.h>
%include <lib/gdi/fb.h>
Expand Down

0 comments on commit ccf03f1

Please sign in to comment.