Bug 145911 - [EFL] Fix unused private field warning in WebContextMenuProxyEfl.cpp
Summary: [EFL] Fix unused private field warning in WebContextMenuProxyEfl.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 145121
  Show dependency treegraph
 
Reported: 2015-06-12 03:03 PDT by Csaba Osztrogonác
Modified: 2015-06-12 09:56 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.90 KB, patch)
2015-06-12 03:04 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-06-12 03:03:24 PDT
In file included from ../../Source/WebKit2/UIProcess/efl/WebContextMenuProxyEfl.cpp:27:
../../Source/WebKit2/UIProcess/efl/WebContextMenuProxyEfl.h:57:14: warning: private field 'm_view' is not used [-Wunused-private-field]
    EwkView* m_view;
             ^
../../Source/WebKit2/UIProcess/efl/WebContextMenuProxyEfl.h:58:19: warning: private field 'm_page' is not used [-Wunused-private-field]
    WebPageProxy* m_page;
                  ^
2 warnings generated.

m_view and m_page aren't used at all, let's remove them.
Comment 1 Csaba Osztrogonác 2015-06-12 03:04:44 PDT
Created attachment 254785 [details]
Patch
Comment 2 WebKit Commit Bot 2015-06-12 09:56:38 PDT
Comment on attachment 254785 [details]
Patch

Clearing flags on attachment: 254785

Committed r185509: <http://trac.webkit.org/changeset/185509>
Comment 3 WebKit Commit Bot 2015-06-12 09:56:42 PDT
All reviewed patches have been landed.  Closing bug.