RESOLVED FIXED 145756
[GTK] Remove the unused scroll function from WebPageGtk.cpp
https://bugs.webkit.org/show_bug.cgi?id=145756
Summary [GTK] Remove the unused scroll function from WebPageGtk.cpp
Csaba Osztrogonác
Reported 2015-06-08 06:03:19 PDT
Before r164745 the scroll function in WebPageGtk.cpp was same as in WebPage.cpp, except the return type ( void vs bool ): - https://trac.webkit.org/browser/trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp?rev=164744#L1937 - https://trac.webkit.org/browser/trunk/Source/WebKit2/WebProcess/WebPage/gtk/WebPageGtk.cpp#L91 But the scroll function in WebPageGtk.cpp is unused as clang noticed it ( https://trac.webkit.org/browser/trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp#L2202 ) ../../Source/WebKit2/WebProcess/WebPage/gtk/WebPageGtk.cpp:91:24: warning: unused function 'scroll' [-Wunused-function] static __inline__ void scroll(Page* page, ScrollDirection direction, ScrollGranularity granularity)
Attachments
Patch (1.56 KB, patch)
2015-06-08 06:04 PDT, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2015-06-08 06:04:08 PDT
WebKit Commit Bot
Comment 2 2015-06-08 07:08:55 PDT
Comment on attachment 254488 [details] Patch Clearing flags on attachment: 254488 Committed r185315: <http://trac.webkit.org/changeset/185315>
WebKit Commit Bot
Comment 3 2015-06-08 07:08:58 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.