Title: [185061] trunk/Source/WebKit2
Revision
185061
Author
o...@webkit.org
Date
2015-06-01 10:01:22 -0700 (Mon, 01 Jun 2015)

Log Message

[EFL] Remove unused const variable from EwkView.cpp
https://bugs.webkit.org/show_bug.cgi?id=145512

Reviewed by Gyuyoung Kim.

* UIProcess/API/efl/EwkView.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (185060 => 185061)


--- trunk/Source/WebKit2/ChangeLog	2015-06-01 16:57:23 UTC (rev 185060)
+++ trunk/Source/WebKit2/ChangeLog	2015-06-01 17:01:22 UTC (rev 185061)
@@ -1,5 +1,14 @@
 2015-06-01  Csaba Osztrogonác  <o...@webkit.org>
 
+        [EFL] Remove unused const variable from EwkView.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=145512
+
+        Reviewed by Gyuyoung Kim.
+
+        * UIProcess/API/efl/EwkView.cpp:
+
+2015-06-01  Csaba Osztrogonác  <o...@webkit.org>
+
         [cmake] Suppress unused parameter warnings in WebKit2 and TestNetscapePlugIn
         https://bugs.webkit.org/show_bug.cgi?id=145264
 

Modified: trunk/Source/WebKit2/UIProcess/API/efl/EwkView.cpp (185060 => 185061)


--- trunk/Source/WebKit2/UIProcess/API/efl/EwkView.cpp	2015-06-01 16:57:23 UTC (rev 185060)
+++ trunk/Source/WebKit2/UIProcess/API/efl/EwkView.cpp	2015-06-01 17:01:22 UTC (rev 185061)
@@ -90,8 +90,6 @@
 using namespace WebCore;
 using namespace WebKit;
 
-static const int defaultCursorSize = 16;
-
 // Auxiliary functions.
 
 const char EwkView::smartClassName[] = "EWK2_View";
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to