Un-dev matrox mystique

This commit is contained in:
Jasmine Iwanek
2023-12-23 13:27:25 -05:00
parent 708a700abd
commit 933f402cc9
6 changed files with 0 additions and 21 deletions

View File

@@ -28,10 +28,6 @@ add_library(vid OBJECT agpgart.c video.c vid_table.c vid_cga.c vid_cga_comp.c
vid_ibm_rgb528_ramdac.c vid_sdac_ramdac.c vid_ogc.c vid_mga.c vid_nga.c
vid_tvp3026_ramdac.c vid_att2xc498_ramdac.c vid_xga.c)
if(MGA)
target_compile_definitions(vid PRIVATE USE_MGA)
endif()
if(VGAWONDER)
target_compile_definitions(vid PRIVATE USE_VGAWONDER)
endif()

View File

@@ -5945,7 +5945,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",
@@ -5973,4 +5972,3 @@ const device_t mystique_220_device = {
.force_redraw = mystique_force_redraw,
.config = mystique_config
};
#endif

View File

@@ -205,10 +205,8 @@ video_cards[] = {
{ &s3_diamond_stealth_4000_pci_device },
{ &s3_trio3d2x_pci_device },
{ &millennium_device },
#if defined(DEV_BRANCH) && defined(USE_MGA)
{ &mystique_device },
{ &mystique_220_device },
#endif
{ &tgui9440_pci_device },
{ &tgui9660_pci_device },
{ &tgui9680_pci_device },