lib: remove unused typedefs

This commit is contained in:
Christian Hergert 2023-02-17 16:43:58 -08:00
parent 826967840a
commit af901239d0

View File

@ -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