From af901239d0515fc05183eb56ab5d1cbd576daedd Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 17 Feb 2023 16:43:58 -0800 Subject: [PATCH] lib: remove unused typedefs --- lib/mks-types.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/mks-types.h b/lib/mks-types.h index 33eaddd..8ac93ef 100644 --- a/lib/mks-types.h +++ b/lib/mks-types.h @@ -36,9 +36,4 @@ typedef struct _MksScreen MksScreen; typedef struct _MksSession MksSession; typedef struct _MksScreenAttributes MksScreenAttributes; -typedef struct _MksAudio MksAudio; -typedef struct _MksChardev MksChardev; -typedef struct _MksClipboard MksClipboard; -typedef struct _MksUsb MksUsb; - G_END_DECLS