diff --git a/src/devices/video/EmuNV2A_PFIFO.cpp b/src/devices/video/EmuNV2A_PFIFO.cpp index 4139721d7..1fffdb660 100644 --- a/src/devices/video/EmuNV2A_PFIFO.cpp +++ b/src/devices/video/EmuNV2A_PFIFO.cpp @@ -47,9 +47,6 @@ typedef struct RAMHTEntry { bool valid; } RAMHTEntry; -static void pfifo_run_pusher(NV2AState *d); // forward declaration -int pfifo_puller_thread(NV2AState *d); -static uint32_t ramht_hash(NV2AState *d, uint32_t handle); static RAMHTEntry ramht_lookup(NV2AState *d, uint32_t handle); // forward declaration /* PFIFO - MMIO and DMA FIFO submission to PGRAPH and VPE */