Commit 502756cf authored by Scott Violet's avatar Scott Violet Committed by Chromium LUCI CQ

views: removes some dead code

BUG=none
TEST=none

Change-Id: Id233a340a9513fee590c76f35cf23a1395fbaf0c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2594427Reviewed-by: default avatarAllen Bauer <kylixrd@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#837719}
parent 5428a247
......@@ -211,11 +211,6 @@ bool GetMonitorAndRects(const RECT& rect,
return true;
}
struct FindOwnedWindowsData {
HWND window;
std::vector<Widget*> owned_widgets;
};
// Enables or disables the menu item for the specified command and menu.
void EnableMenuItemByCommand(HMENU menu, UINT command, bool enabled) {
UINT flags = MF_BYCOMMAND | (enabled ? MF_ENABLED : MF_DISABLED | MF_GRAYED);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment