From: Boram Park Date: Tue, 26 Dec 2017 09:34:52 +0000 (+0900) Subject: server: remove unused request X-Git-Tag: accepted/tizen/unified/20171229.070229~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9bb62b38d63546443a667cdc72e36ae3ff4b8330;p=platform%2Fcore%2Fuifw%2Flibtdm.git server: remove unused request Change-Id: I0aa949b4d9ae69464538f178d733223f43c342d9 --- diff --git a/protocol/tdm.xml b/protocol/tdm.xml index 24c603e..6434e98 100644 --- a/protocol/tdm.xml +++ b/protocol/tdm.xml @@ -23,12 +23,6 @@ - - - - - - diff --git a/src/tdm_server.c b/src/tdm_server.c index 5f88332..e4a3e75 100644 --- a/src/tdm_server.c +++ b/src/tdm_server.c @@ -740,22 +740,9 @@ _tdm_server_cb_debug(struct wl_client *client, struct wl_resource *resource, con } /* LCOV_EXCL_STOP */ -/* LCOV_EXCL_START */ -static void -_tdm_server_cb_set_client_vblank_fps(struct wl_client *client, struct wl_resource *resource, - unsigned int pid, const char *name, unsigned int fps) -{ - tdm_error ret = tdm_vblank_set_client_vblank_fps(pid, name, fps); - TDM_RETURN_IF_FAIL(ret == TDM_ERROR_NONE); - - TDM_INFO("'%s' vblank fps(PID: '%u'): %u", name, pid, fps); -} -/* LCOV_EXCL_STOP */ - static const struct wl_tdm_interface tdm_implementation = { _tdm_server_cb_debug, _tdm_server_cb_create_output, - _tdm_server_cb_set_client_vblank_fps, }; static void