Skip to content

Commit

Permalink
comment out unsed code
Browse files Browse the repository at this point in the history
  • Loading branch information
rexdf committed Nov 28, 2017
1 parent d38d9d0 commit 0546c51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CommandTrayHost/CommandTrayHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ BOOL ShowPopupMenuJson3()
return TRUE;
}

/*
BOOL ShowPopupMenuJson2()
{
POINT pt;
Expand Down Expand Up @@ -470,6 +471,8 @@ BOOL ShowPopupMenu()
return TRUE;
}
*/

BOOL ParseProxyList()
{
WCHAR* tmpProxyString = _wcsdup(szProxyString);
Expand Down

0 comments on commit 0546c51

Please sign in to comment.