diff --git a/include/freerdp/event.h b/include/freerdp/event.h index 3f6d51196..633ea79d5 100644 --- a/include/freerdp/event.h +++ b/include/freerdp/event.h @@ -65,10 +65,6 @@ DEFINE_EVENT_BEGIN(ErrorInfo) UINT32 code; DEFINE_EVENT_END(ErrorInfo) -DEFINE_EVENT_BEGIN(ParamChange) - int id; -DEFINE_EVENT_END(ParamChange) - DEFINE_EVENT_BEGIN(Terminate) int code; DEFINE_EVENT_END(Terminate) diff --git a/libfreerdp/core/freerdp.c b/libfreerdp/core/freerdp.c index 57ea44526..2910a0eff 100644 --- a/libfreerdp/core/freerdp.c +++ b/libfreerdp/core/freerdp.c @@ -364,7 +364,6 @@ static wEventType FreeRDP_Events[] = DEFINE_EVENT_ENTRY(PanningChange) DEFINE_EVENT_ENTRY(ScalingFactorChange) DEFINE_EVENT_ENTRY(ErrorInfo) - DEFINE_EVENT_ENTRY(ParamChange) DEFINE_EVENT_ENTRY(Terminate) DEFINE_EVENT_ENTRY(ConnectionResult) DEFINE_EVENT_ENTRY(ChannelConnected)