els_cursor: Fix a compiler warning for Wayland support
authorYeongjong Lee <yj34.lee@samsung.com>
Mon, 17 Feb 2020 06:36:03 +0000 (15:36 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 17 Feb 2020 21:39:19 +0000 (06:39 +0900)
commit3dbe6e20e7d011ab2b2a16b948bf5ad46ba7e35c
treecb40881eb8643f418b3e35e6c6da4d8d9baf78bb
parentd29756391ef61004630d37fecdbe5fd6f8d90fb3
els_cursor: Fix a compiler warning for Wayland support

Summary:
`_curosors` is not used when Elementary is compiled for Wayland.
It Fixes a compiler warning.
```
../src/lib/elementary/els_cursor.c:46:26: warning: ‘_cursors’ defined but not used [-Wunused-variable]
 static struct _Cursor_Id _cursors[] =

```

Test Plan: meson build -Dx11=false -Dwl=true

Reviewers: zmike, Hermet, Jaehyun_Cho

Reviewed By: Hermet

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11360
src/lib/elementary/els_cursor.c