clean-up: remove unused function

This commit is contained in:
Marc-André Lureau 2013-11-18 11:28:27 +01:00 committed by Marc-André Lureau
parent 004744fd2f
commit 5eb9967dbc
2 changed files with 0 additions and 6 deletions

View File

@ -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);

View File

@ -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);