mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[client,sdl] remove unused channel function definitions
This commit is contained in:
@@ -22,9 +22,5 @@
|
||||
#include <freerdp/freerdp.h>
|
||||
#include <freerdp/client/channels.h>
|
||||
|
||||
[[nodiscard]] int sdl_on_channel_connected(freerdp* instance, const char* name, void* pInterface);
|
||||
[[nodiscard]] int sdl_on_channel_disconnected(freerdp* instance, const char* name,
|
||||
void* pInterface);
|
||||
|
||||
void sdl_OnChannelConnectedEventHandler(void* context, const ChannelConnectedEventArgs* e);
|
||||
void sdl_OnChannelDisconnectedEventHandler(void* context, const ChannelDisconnectedEventArgs* e);
|
||||
|
||||
Reference in New Issue
Block a user