Skip to content

Commit

Permalink
fix: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
sorah committed Apr 28, 2020
1 parent d947ed9 commit 0d9d16b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion shell/browser/api/electron_api_web_contents.cc
Expand Up @@ -103,7 +103,6 @@
#include "third_party/blink/public/mojom/messaging/transferable_message.mojom.h"
#include "third_party/blink/public/mojom/renderer_preferences.mojom.h"
#include "ui/base/cursor/cursor.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/mojom/cursor_type.mojom-shared.h"
#include "ui/display/screen.h"
#include "ui/events/base_event_utils.h"
Expand Down
2 changes: 0 additions & 2 deletions shell/browser/api/electron_api_web_contents_mac.mm
Expand Up @@ -2,10 +2,8 @@
// Use of this source code is governed by the MIT license that can be
// found in the LICENSE file.

#include "base/strings/sys_string_conversions.h"
#include "content/public/browser/render_widget_host_view.h"
#include "shell/browser/api/electron_api_web_contents.h"
#include "third_party/blink/public/mojom/renderer_preferences.mojom.h"

#import <Cocoa/Cocoa.h>

Expand Down

0 comments on commit 0d9d16b

Please sign in to comment.