summaryrefslogtreecommitdiff
path: root/dnn/Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'dnn/Event.h')
-rw-r--r--dnn/Event.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/dnn/Event.h b/dnn/Event.h
index 7609036..fcb24ca 100644
--- a/dnn/Event.h
+++ b/dnn/Event.h
@@ -15,10 +15,6 @@
#ifndef DnnEvent_H_
#define DnnEvent_H_
-#ifdef __GNUG__
-#pragma interface
-#endif
-
#include "cplus_bugs.h"
#include "ccu/String.h"
#include "ccu/List.h"
@@ -45,7 +41,6 @@ struct DnnEventFeature {
#endif
-
class DnnEventFeatureList : public CcuListOf <DnnEventFeature> {
private:
void Load (int, DnnEventFeature*);
@@ -56,7 +51,6 @@ public:
~DnnEventFeatureList ();
};
-
class DnnEventType {
private:
static void ClassInit ();