diff options
Diffstat (limited to 'beos/liblayout/MPlayBW.h')
-rw-r--r-- | beos/liblayout/MPlayBW.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/beos/liblayout/MPlayBW.h b/beos/liblayout/MPlayBW.h deleted file mode 100644 index 043aa46d3..000000000 --- a/beos/liblayout/MPlayBW.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef _MPLAYBW_H -#define _MPLAYBW_H - -#include "MPictureButton.h" - -#if __POWERPC__ -#pragma simple_class_byval off -#endif - -class IMPEXPLIBLAYOUT MPlayBW : public MPictureButton -{ - public: MPlayBW(BHandler*); - MPlayBW(BHandler *id, BMessage*); - MPlayBW(BMessage*); - virtual ~MPlayBW(); - virtual long Archive(BMessage *archive, bool deep=true) const; - static BArchivable *Instantiate(BMessage *archive); - - virtual void MakePictures(); -}; -extern const IMPEXPLIBLAYOUT char M_BUTTON_POINTER[]; - -#endif |