summaryrefslogtreecommitdiff
path: root/enigma.h
diff options
context:
space:
mode:
Diffstat (limited to 'enigma.h')
-rw-r--r--enigma.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/enigma.h b/enigma.h
index 559152f..c8925b2 100644
--- a/enigma.h
+++ b/enigma.h
@@ -26,17 +26,6 @@ public:
virtual cSkinDisplayMessage *DisplayMessage(void);
};
-
-// interface for use texteffects (=threads)
-class cSkinEnigmaThreadedOsd {
-friend class cEnigmaTextEffects;
-
-public:
- virtual ~cSkinEnigmaThreadedOsd(void)
- {};
- virtual void DrawTitle(const char *Title) = 0;
-};
-
// interface for common functions
class cSkinEnigmaBaseOsd {