diff options
Diffstat (limited to 'beos/liblayout/MStop.h')
-rw-r--r-- | beos/liblayout/MStop.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/beos/liblayout/MStop.h b/beos/liblayout/MStop.h deleted file mode 100644 index b99fc2fe4..000000000 --- a/beos/liblayout/MStop.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef _MSTOP_H -#define _MSTOP_H - -#include "MPictureButton.h" - -#if __POWERPC__ -#pragma simple_class_byval off -#endif - -class IMPEXPLIBLAYOUT MStop : public MPictureButton -{ - public: MStop(BHandler*); - MStop(BHandler *id, BMessage*); - MStop(BMessage*); - virtual ~MStop(); - 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 |