From 8175e6990d42b827b6b608fe0264abde6b473db9 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 31 Oct 2023 01:06:56 +0100 Subject: [PATCH] Remove obsolete comments and preprocessor directives No real changes, just some more cleanup. --- src/xrc/xh_propgrid.cpp | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/src/xrc/xh_propgrid.cpp b/src/xrc/xh_propgrid.cpp index cb9ff03ed6..a60ad7fa4d 100644 --- a/src/xrc/xh_propgrid.cpp +++ b/src/xrc/xh_propgrid.cpp @@ -2,32 +2,14 @@ // Name: xh_propgrid.cpp // Purpose: XRC resource for wxPropertyGrid // Author: Jaakko Salli -// Modified by: // Created: May-16-2007 -// RCS-ID: $Id: -// Copyright: (c) Jaakko Salli +// Copyright: (c) 2007 Jaakko Salli // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#ifdef __BORLANDC__ - #pragma hdrstop -#endif - -#ifndef WX_PRECOMP - #include "wx/wx.h" -#endif - -/* - - NOTE: This source file is *not* included in the wxPropertyGrid library - (to prevent xrc-lib dependency). To use this code, you will need to - separately add src/xh_propgrid.cpp to your application. - -*/ - #if wxUSE_XRC && wxUSE_PROPGRID #include "wx/xrc/xh_propgrid.h"