diff --git a/webrtc/base/winping.cc b/webrtc/base/winping.cc index 7d6ee22a95..fa8dfc2877 100644 --- a/webrtc/base/winping.cc +++ b/webrtc/base/winping.cc @@ -124,7 +124,6 @@ const char * const ICMP_CREATE_FUNC = "IcmpCreateFile"; const char * const ICMP_CLOSE_FUNC = "IcmpCloseHandle"; const char * const ICMP_SEND_FUNC = "IcmpSendEcho"; const char * const ICMP6_CREATE_FUNC = "Icmp6CreateFile"; -const char * const ICMP6_CLOSE_FUNC = "Icmp6CloseHandle"; const char * const ICMP6_SEND_FUNC = "Icmp6SendEcho2"; inline uint32 ReplySize(uint32 data_size, int family) { diff --git a/webrtc/modules/desktop_capture/win/cursor.cc b/webrtc/modules/desktop_capture/win/cursor.cc index 35c5190b72..cabe5656dc 100644 --- a/webrtc/modules/desktop_capture/win/cursor.cc +++ b/webrtc/modules/desktop_capture/win/cursor.cc @@ -50,7 +50,6 @@ const uint32_t kPixelRgbaWhite = RGBA(0xff, 0xff, 0xff, 0xff); const uint32_t kPixelRgbaTransparent = RGBA(0, 0, 0, 0); const uint32_t kPixelRgbWhite = RGB(0xff, 0xff, 0xff); -const uint32_t kPixelRgbBlack = RGB(0, 0, 0); // Expands the cursor shape to add a white outline for visibility against // dark backgrounds.