Changeset 185061 in webkit


Ignore:
Timestamp:
Jun 1, 2015 10:01:22 AM (9 years ago)
Author:
Csaba Osztrogonác
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:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r185056 r185061  
     12015-06-01  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        [EFL] Remove unused const variable from EwkView.cpp
     4        https://bugs.webkit.org/show_bug.cgi?id=145512
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        * UIProcess/API/efl/EwkView.cpp:
     9
    1102015-06-01  Csaba Osztrogonác  <ossy@webkit.org>
    211
  • trunk/Source/WebKit2/UIProcess/API/efl/EwkView.cpp

    r184892 r185061  
    9191using namespace WebKit;
    9292
    93 static const int defaultCursorSize = 16;
    94 
    9593// Auxiliary functions.
    9694
Note: See TracChangeset for help on using the changeset viewer.