mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-29 17:07:15 +00:00
spicevmc: Remove some duplicate typedefs
These cause compiler errors using RHEL6. These typedefs are defined in the same file some lines above. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
parent
ffb47ecd88
commit
2e34c83391
@ -86,9 +86,6 @@ struct RedCharDeviceSpiceVmcClass
|
||||
RedCharDeviceClass parent_class;
|
||||
};
|
||||
|
||||
typedef struct RedVmcChannel RedVmcChannel;
|
||||
typedef struct RedVmcChannelClass RedVmcChannelClass;
|
||||
|
||||
static GType red_char_device_spicevmc_get_type(void) G_GNUC_CONST;
|
||||
static RedCharDevice *red_char_device_spicevmc_new(SpiceCharDeviceInstance *sin,
|
||||
RedsState *reds,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user