From 70ee8e4195e4b1565d7cc48ca68ec8b5819d5b0d Mon Sep 17 00:00:00 2001 From: robojumper Date: Fri, 17 May 2024 01:00:05 +0200 Subject: [PATCH] rm unneeded forward declaration --- include/m/m_dvd.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/m/m_dvd.h b/include/m/m_dvd.h index 1493e9d7..50d82203 100644 --- a/include/m/m_dvd.h +++ b/include/m/m_dvd.h @@ -38,8 +38,6 @@ public: virtual void Destruct() const {} }; -class MyThread_c; - TUncompressInfo_Base_c *findUncompressInfo(u8 type); void create(int priority, EGG::Heap *commandHeap, EGG::Heap *archiveHeap, EGG::Heap *threadHeap);