ecore-evas-wayland: Fix unused variables
authorChristopher Michael <devilhorns@comcast.net>
Tue, 26 May 2020 18:51:53 +0000 (14:51 -0400)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 26 May 2020 22:28:15 +0000 (07:28 +0900)
commite26e23159409ef1c20adbaa7753afa39dba9db3e
tree43b0c91d765ad8816c0cd52dfa564e3ede9708a4
parente00cc374a8d4e9286f88a574380c0257b50788b9
ecore-evas-wayland: Fix unused variables

Patch 09ab8c9967512e67b7 added code to printf wl client animation
ticks, however the line that actually does the printing is commented
out (which is fine) but the variables used in that printf are not
needed if we are not printing things out
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c