RESOLVED FIXED 145504
Remove unused variable kZoomTicks
https://bugs.webkit.org/show_bug.cgi?id=145504
Summary Remove unused variable kZoomTicks
Carlos Alberto Lopez Perez
Reported 2015-05-31 11:51:57 PDT
The following warning is generated when building WebKit: [441/2728] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/platform/ScrollAnimatorNone.cpp.o ../../Source/WebCore/platform/ScrollAnimatorNone.cpp:52:14: warning: unused variable 'kZoomTicks' [-Wunused-const-variable] const double kZoomTicks = 11; ^ 1 warning generated. The variable was added in r97902 <http://trac.webkit.org/r97902>, and it should have been removed on r107665 <http://trac.webkit.org/r107665> because is not used anywhere else.
Attachments
Patch (1.27 KB, patch)
2015-05-31 11:57 PDT, Carlos Alberto Lopez Perez
no flags
Carlos Alberto Lopez Perez
Comment 1 2015-05-31 11:57:54 PDT
WebKit Commit Bot
Comment 2 2015-05-31 13:10:52 PDT
Comment on attachment 253982 [details] Patch Clearing flags on attachment: 253982 Committed r185045: <http://trac.webkit.org/changeset/185045>
WebKit Commit Bot
Comment 3 2015-05-31 13:10:57 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.