mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
engine: common: removed unused function Sys_SetClipboardData
This commit is contained in:
parent
641f0632ef
commit
d1a5c33bf1
@ -306,11 +306,6 @@ void SCR_CheckStartupVids( void )
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Sys_SetClipboardData( const char *text, size_t size )
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
void CL_StopPlayback( void )
|
void CL_StopPlayback( void )
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -81,18 +81,6 @@ char *Sys_GetClipboardData( void )
|
|||||||
|
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
================
|
|
||||||
Sys_SetClipboardData
|
|
||||||
|
|
||||||
write screenshot into clipboard
|
|
||||||
================
|
|
||||||
*/
|
|
||||||
void Sys_SetClipboardData( const char *buffer, size_t size )
|
|
||||||
{
|
|
||||||
Platform_SetClipboardText( buffer );
|
|
||||||
}
|
|
||||||
#endif // XASH_DEDICATED
|
#endif // XASH_DEDICATED
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -59,7 +59,6 @@ void Sys_ParseCommandLine( int argc, char **argv );
|
|||||||
void Sys_MergeCommandLine( void );
|
void Sys_MergeCommandLine( void );
|
||||||
void Sys_SetupCrashHandler( void );
|
void Sys_SetupCrashHandler( void );
|
||||||
void Sys_RestoreCrashHandler( void );
|
void Sys_RestoreCrashHandler( void );
|
||||||
void Sys_SetClipboardData( const char *buffer, size_t size );
|
|
||||||
#define Sys_GetParmFromCmdLine( parm, out ) _Sys_GetParmFromCmdLine( parm, out, sizeof( out ))
|
#define Sys_GetParmFromCmdLine( parm, out ) _Sys_GetParmFromCmdLine( parm, out, sizeof( out ))
|
||||||
qboolean _Sys_GetParmFromCmdLine( const char *parm, char *out, size_t size );
|
qboolean _Sys_GetParmFromCmdLine( const char *parm, char *out, size_t size );
|
||||||
qboolean Sys_GetIntFromCmdLine( const char *parm, int *out );
|
qboolean Sys_GetIntFromCmdLine( const char *parm, int *out );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user