Remove a number of unused forward declarations of gbm_* structs
Found this while debugging something else, seems like it's a good cleanup. Signed-off-by: Victoria Fischer <victoria.fischer@mbition.io>
This commit is contained in:
parent
1a4606d990
commit
881858f8dd
6 changed files with 0 additions and 9 deletions
|
@ -21,8 +21,6 @@
|
|||
#include "utils/damagejournal.h"
|
||||
#include "utils/filedescriptor.h"
|
||||
|
||||
struct gbm_bo;
|
||||
|
||||
namespace KWin
|
||||
{
|
||||
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
#include <epoxy/egl.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
struct gbm_device;
|
||||
|
||||
namespace KWin
|
||||
{
|
||||
class DrmOutput;
|
||||
|
|
|
@ -13,8 +13,6 @@
|
|||
|
||||
#include <QRect>
|
||||
|
||||
struct gbm_device;
|
||||
|
||||
namespace KWin
|
||||
{
|
||||
class VirtualBackend;
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
struct wl_buffer;
|
||||
struct wl_display;
|
||||
struct gbm_device;
|
||||
|
||||
namespace KWayland
|
||||
{
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
#include <xcb/xcb.h>
|
||||
|
||||
struct gbm_device;
|
||||
struct _XDisplay;
|
||||
typedef struct _XDisplay Display;
|
||||
typedef struct _XCBKeySymbols xcb_key_symbols_t;
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include "core/graphicsbufferallocator.h"
|
||||
|
||||
struct gbm_bo;
|
||||
struct gbm_device;
|
||||
|
||||
namespace KWin
|
||||
|
|
Loading…
Reference in a new issue