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
// 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 {
@@ -94,7 +87,7 @@ private:
// The most interesting class: This one returns true if at least (minNum) of
// its slaves return true. It can be used for OR (i.e. minNum==1), AND
// its slaves return true. It can be used for OR (i.e. minNum==1), AND
// (i.e. minNum==numberofchildren), or anything in between!
_EXPORT class MinMatchFieldTester;
class MinMatchFieldTester : public BitFieldTester {
@@ -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