GUACAMOLE-249: Remove empty struct definitions added by Include What You Use.

This commit is contained in:
Michael Jumper 2020-01-06 11:38:22 -08:00
parent 0677a9ae4d
commit 1f24c47e29
3 changed files with 0 additions and 6 deletions

View File

@ -28,8 +28,6 @@
#include <winpr/wtsapi.h> #include <winpr/wtsapi.h>
#include <winpr/wtypes.h> #include <winpr/wtypes.h>
struct guac_rdp_common_svc;
/** /**
* The maximum number of bytes to allow within each channel name, including * The maximum number of bytes to allow within each channel name, including
* null terminator. * null terminator.

View File

@ -28,8 +28,6 @@
#include <stdint.h> #include <stdint.h>
struct guac_rdpdr_device;
/** /**
* The maximum number of bytes to allow for a device read. * The maximum number of bytes to allow for a device read.
*/ */

View File

@ -22,8 +22,6 @@
#include <winpr/wtypes.h> #include <winpr/wtypes.h>
struct guac_rdp_keymap;
/** /**
* Represents a keysym-to-scancode mapping for RDP, with extra information * Represents a keysym-to-scancode mapping for RDP, with extra information
* about the state of prerequisite keysyms. * about the state of prerequisite keysyms.