From 43527efc139bfc4746c6231ed1f96ccb83d4fea1 Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Mon, 17 Apr 2017 09:15:45 +0000 Subject: [PATCH] [BROWSEUI] -Remove a couple of lines that shouldn't have been committed. svn path=/trunk/; revision=74346 --- reactos/dll/win32/browseui/shellbars/CBandSiteMenu.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/reactos/dll/win32/browseui/shellbars/CBandSiteMenu.cpp b/reactos/dll/win32/browseui/shellbars/CBandSiteMenu.cpp index d323c3dcae6..c32032f43e8 100644 --- a/reactos/dll/win32/browseui/shellbars/CBandSiteMenu.cpp +++ b/reactos/dll/win32/browseui/shellbars/CBandSiteMenu.cpp @@ -22,9 +22,6 @@ #include "shellbars.h" #include -#define IDM_DESKBAND_BEGINCUSTOM 0x10 -#define IDM_DESKBAND_ENDCUSTOM 0x25 - CBandSiteMenu::CBandSiteMenu(): m_menuDsa(NULL), m_hmenu(NULL)