diff options
Diffstat (limited to 'hw/dmx/dmxinput.c')
-rw-r--r-- | hw/dmx/dmxinput.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/dmx/dmxinput.c b/hw/dmx/dmxinput.c index 4ccb43903..d201034c6 100644 --- a/hw/dmx/dmxinput.c +++ b/hw/dmx/dmxinput.c @@ -123,3 +123,8 @@ void DeleteInputDeviceRequest(DeviceIntPtr pDev) { } + +void +RemoveInputDeviceTraces(const char *config_info) +{ +} |