summaryrefslogtreecommitdiff
path: root/src/qxl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qxl.h')
-rw-r--r--src/qxl.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/qxl.h b/src/qxl.h
index 7ac8ec4..20094c6 100644
--- a/src/qxl.h
+++ b/src/qxl.h
@@ -699,16 +699,6 @@ struct _qxl_screen_t
} u;
};
-static inline Bool
-in_vga_mode (qxl_screen_t *qxl)
-{
- /* FIXME: The ability to detect whether we are in VGA
- * mode has been remvoed in newer devices.
- */
-
- return FALSE;
-}
-
static uint64_t
physical_address (qxl_screen_t *qxl, void *virtual, uint8_t slot_id)
{