mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2024-12-04 15:23:32 +08:00
Removed unused function
This commit is contained in:
parent
cb9e7fda32
commit
b40762c542
@ -428,22 +428,6 @@ int tsmf_window_resize(TSMFGstreamerDecoder* decoder, int x, int y, int width, i
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int tsmf_window_pause(TSMFGstreamerDecoder* decoder)
|
||||
{
|
||||
if (!decoder)
|
||||
return -1;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int tsmf_window_resume(TSMFGstreamerDecoder* decoder)
|
||||
{
|
||||
if (!decoder)
|
||||
return -1;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int tsmf_window_map(TSMFGstreamerDecoder* decoder)
|
||||
{
|
||||
struct X11Handle* hdl;
|
||||
|
Loading…
Reference in New Issue
Block a user