RESOLVED FIXED 145512
[EFL] Remove unused const variable from EwkView.cpp
https://bugs.webkit.org/show_bug.cgi?id=145512
Summary [EFL] Remove unused const variable from EwkView.cpp
Csaba Osztrogonác
Reported 2015-06-01 05:56:44 PDT
../../Source/WebKit2/UIProcess/API/efl/EwkView.cpp:93:18: warning: unused variable 'defaultCursorSize' [-Wunused-const-variable] static const int defaultCursorSize = 16; ^ 1 warning generated. --- defaultCursorSize was added by trac.webkit.org/changeset/123593 and its last use was removed by http://trac.webkit.org/changeset/173354 .
Attachments
Patch (1.22 KB, patch)
2015-06-01 05:57 PDT, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2015-06-01 05:57:39 PDT
WebKit Commit Bot
Comment 2 2015-06-01 10:01:45 PDT
Comment on attachment 253996 [details] Patch Clearing flags on attachment: 253996 Committed r185061: <http://trac.webkit.org/changeset/185061>
WebKit Commit Bot
Comment 3 2015-06-01 10:01:49 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.