Merge pull request #3927 from jriwanek-forks/mystique

Un-dev matrox mystique
This commit is contained in:
Miran Grča
2023-12-23 20:49:05 +01:00
committed by GitHub
6 changed files with 0 additions and 21 deletions

View File

@@ -5947,7 +5947,6 @@ const device_t millennium_device = {
.config = mystique_config
};
#if defined(DEV_BRANCH) && defined(USE_MGA)
const device_t mystique_device = {
.name = "Matrox Mystique",
.internal_name = "mystique",
@@ -5975,4 +5974,3 @@ const device_t mystique_220_device = {
.force_redraw = mystique_force_redraw,
.config = mystique_config
};
#endif