From 07e252a547408a8c92e7f46e545d6b46ec8ca53b Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 21 Mar 2002 23:40:28 +0000 Subject: [PATCH] root is always hidden -> no icon needed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/helpfrm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/wx/html/helpfrm.h b/include/wx/html/helpfrm.h index bdfd750364..33b9ed2598 100644 --- a/include/wx/html/helpfrm.h +++ b/include/wx/html/helpfrm.h @@ -169,8 +169,7 @@ protected: enum { IMG_Book = 0, IMG_Folder, - IMG_Page, - IMG_RootFolder + IMG_Page }; protected: -- 2.50.0