SysMon: remove dead code
[AROS.git] / workbench / prefs / pointer / pteditor.h
blob19689761e5a9d3dae75f72fa68f47a583d713483
1 #ifndef _PTEDITOR_H_
2 #define _PTEDITOR_H_
4 /*
5 Copyright © 2010, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <exec/types.h>
10 #include <libraries/mui.h>
12 /*** Identifier base ********************************************************/
13 #define MUIB_PTEditor (TAG_USER | 0x10000000)
15 /*** Variables **************************************************************/
16 extern struct MUI_CustomClass *PTEditor_CLASS;
18 /*** Macros *****************************************************************/
19 #define PTEditorObject BOOPSIOBJMACRO_START(PTEditor_CLASS->mcc_Class)
22 #endif /* _PTEDITOR_H_ */