Skip to content

Commit

Permalink
[gl] cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcnor committed May 9, 2024
1 parent f704271 commit 860c9e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 36 deletions.
16 changes: 3 additions & 13 deletions renderer/HardwareBaseGPU.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Descent 3
* Copyright (C) 2024 Parallax Software
* Copyright (C) 2024 Descent Developers
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -18,24 +18,14 @@

// TODO: This is missing a good way of overriding base behavior (like, you know, method overrides...)

#include "DDAccess.h"
#include "pstypes.h"
#include "pserror.h"
#include "mono.h"
#include "3d.h"
#include "renderer.h"
#include "ddvid.h"
#include "ddio.h"
#include "application.h"
#include "bitmap.h"
#include "lightmap.h"
#include "rend_opengl.h"
#include "grdefs.h"
#include "mem.h"
#include "rtperformance.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <cstring>

#include "HardwareInternal.h"

// FIXME: Unused
Expand Down
23 changes: 0 additions & 23 deletions renderer/HardwareBaseGPU.h

This file was deleted.

0 comments on commit 860c9e8

Please sign in to comment.