shortcut_catcher: Remove non-Haiku code.
This commit is contained in:
@@ -17,13 +17,6 @@
|
||||
// This file contains various BitTester classes, each of which defines a
|
||||
// sequence of bit testing logics to do on a uint32.
|
||||
|
||||
#ifndef __HAIKU__
|
||||
#ifndef __INTEL__
|
||||
#pragma export on
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
// The abstract base class. Defines the interface.
|
||||
_EXPORT class BitFieldTester;
|
||||
class BitFieldTester : public BArchivable {
|
||||
@@ -120,10 +113,4 @@ private:
|
||||
};
|
||||
|
||||
|
||||
#ifndef __HAIKU__
|
||||
#ifndef __INTEL__
|
||||
#pragma export reset
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif // _BIT_FIELD_TESTERS_H
|
||||
|
||||
@@ -15,12 +15,6 @@
|
||||
#include <List.h>
|
||||
#include <InputServerFilter.h>
|
||||
|
||||
#ifndef __HAIKU__
|
||||
#ifndef __INTEL__
|
||||
#pragma export on
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
struct key_map;
|
||||
|
||||
@@ -367,10 +361,4 @@ private:
|
||||
};
|
||||
|
||||
|
||||
#ifndef __HAIKU__
|
||||
#ifndef __INTEL__
|
||||
#pragma export reset
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif // _COMMAND_ACTUATORS_H
|
||||
|
||||
Reference in New Issue
Block a user