Sfoglia il codice sorgente

Kernel: Remove stale forward declaration of BochsFramebufferDevice

Liav A 4 anni fa
parent
commit
9e36158ece
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      Kernel/Graphics/Bochs/GraphicsAdapter.h

+ 0 - 2
Kernel/Graphics/Bochs/GraphicsAdapter.h

@@ -17,14 +17,12 @@
 
 namespace Kernel {
 
-class BochsFramebufferDevice;
 class GraphicsManagement;
 struct BochsDisplayMMIORegisters;
 
 class BochsGraphicsAdapter final : public GraphicsDevice
     , public PCI::DeviceController {
     AK_MAKE_ETERNAL
-    friend class BochsFramebufferDevice;
     friend class GraphicsManagement;
 
 public: