neutrino: Replace USE_NEVIS_GXA with hardware-specific macros

- Existing USE_NEVIS_GXA definitions in the build system
  (neutrino configure) can be removed.
This commit is contained in:
M. Liebmann
2017-02-08 06:02:42 +01:00
parent 98b2461da7
commit 02d85f2ff2
3 changed files with 3 additions and 10 deletions

View File

@@ -33,13 +33,6 @@
#define PARTIAL_BLIT 1
#endif
#if HAVE_COOL_HARDWARE
#ifndef BOXMODEL_APOLLO
/* not needed -- if you don't want acceleration, don't call CFbAccel ;) */
#define USE_NEVIS_GXA 1
#endif
#endif
class CFbAccel
: public CFrameBuffer
{