shortcut_catcher: Remove non-Haiku code.

This commit is contained in:
Augustin Cavalier
2018-11-10 15:01:45 -05:00
parent 231ee3b8ad
commit 3bf15c7f86
2 changed files with 1 additions and 26 deletions
@@ -17,13 +17,6 @@
// This file contains various BitTester classes, each of which defines a // This file contains various BitTester classes, each of which defines a
// sequence of bit testing logics to do on a uint32. // 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. // The abstract base class. Defines the interface.
_EXPORT class BitFieldTester; _EXPORT class BitFieldTester;
class BitFieldTester : public BArchivable { class BitFieldTester : public BArchivable {
@@ -120,10 +113,4 @@ private:
}; };
#ifndef __HAIKU__
#ifndef __INTEL__
#pragma export reset
#endif
#endif
#endif // _BIT_FIELD_TESTERS_H #endif // _BIT_FIELD_TESTERS_H
@@ -15,12 +15,6 @@
#include <List.h> #include <List.h>
#include <InputServerFilter.h> #include <InputServerFilter.h>
#ifndef __HAIKU__
#ifndef __INTEL__
#pragma export on
#endif
#endif
struct key_map; struct key_map;
@@ -367,10 +361,4 @@ private:
}; };
#ifndef __HAIKU__
#ifndef __INTEL__
#pragma export reset
#endif
#endif
#endif // _COMMAND_ACTUATORS_H #endif // _COMMAND_ACTUATORS_H