typedefs: Remove PcGuestInfo from qemu/typedefs.h

It is long gone since e4e8ba04c2007 ...

Backports commit 201376cb9e500f64209444cb95f566679c0f54a2 from qemu
This commit is contained in:
Philippe Mathieu-Daudé 2018-05-22 00:31:54 -04:00 committed by Lioncash
parent 3a3aa9e23d
commit 752fd5dd12
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -58,7 +58,6 @@ typedef struct PCIHostState PCIHostState;
typedef struct PCMCIACardState PCMCIACardState;
typedef struct PCMachineClass PCMachineClass;
typedef struct PCMachineState PCMachineState;
typedef struct PcGuestInfo PcGuestInfo;
typedef struct PixelFormat PixelFormat;
typedef struct Property Property;
typedef struct PropertyInfo PropertyInfo;