Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions GettingStartedGuides/Win32_GettingStarted/HelloWebView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ int CALLBACK WinMain(
// WM_DESTROY - post a quit message and return
LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
{
TCHAR greeting[] = _T("Hello, Windows desktop!");

switch (message)
{
case WM_SIZE:
Expand Down