neutrino: Replace USE_NEVIS_GXA with hardware-specific macros

- Existing USE_NEVIS_GXA definitions in the build system
 (neutrino configure) can be removed.


Origin commit data
------------------
Commit: 02d85f2ff2
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-02-08 (Wed, 08 Feb 2017)

Origin message was:
------------------
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:
Michael Liebmann
2017-02-08 06:02:42 +01:00
parent b68b8fc4fb
commit 65c62740eb
3 changed files with 3 additions and 10 deletions

View File

@@ -184,7 +184,7 @@ class CFrameBuffer : public sigc::trackable
bool getActive() const; // is framebuffer active?
void setActive(bool enable); // is framebuffer active?
#ifdef USE_NEVIS_GXA
#if HAVE_COOL_HARDWARE && BOXMODEL_NEVIS
virtual void setupGXA() {};
virtual void add_gxa_sync_marker() {};
#endif