From 48a66d166ea5ad246a3f04d43fde7ec98ae28c9f Mon Sep 17 00:00:00 2001 From: chatty Date: Mon, 11 Mar 1996 15:59:15 +0000 Subject: Removed pragma interfaces --- dnn/Event.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'dnn') 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 { private: void Load (int, DnnEventFeature*); @@ -56,7 +51,6 @@ public: ~DnnEventFeatureList (); }; - class DnnEventType { private: static void ClassInit (); -- cgit v1.1