mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-31 11:28:31 +00:00
clean-up: remove unused function
This commit is contained in:
parent
004744fd2f
commit
5eb9967dbc
@ -2794,11 +2794,6 @@ uint32_t reds_get_mm_time(void)
|
||||
return time_space.tv_sec * 1000 + time_space.tv_nsec / 1000 / 1000;
|
||||
}
|
||||
|
||||
void reds_update_mm_timer(uint32_t mm_time)
|
||||
{
|
||||
red_dispatcher_set_mm_time(mm_time);
|
||||
}
|
||||
|
||||
void reds_enable_mm_timer(void)
|
||||
{
|
||||
core->timer_start(reds->mm_timer, MM_TIMER_GRANULARITY_MS);
|
||||
|
||||
@ -56,7 +56,6 @@ void reds_handle_channel_event(int event, SpiceChannelEventInfo *info);
|
||||
|
||||
void reds_disable_mm_timer(void);
|
||||
void reds_enable_mm_timer(void);
|
||||
void reds_update_mm_timer(uint32_t mm_time);
|
||||
uint32_t reds_get_mm_time(void);
|
||||
void reds_set_client_mouse_allowed(int is_client_mouse_allowed,
|
||||
int x_res, int y_res);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user