Remove obsolete comments and preprocessor directives

No real changes, just some more cleanup.
This commit is contained in:
Vadim Zeitlin 2023-10-31 01:06:56 +01:00
parent 97762f854d
commit 8175e6990d

View file

@ -2,32 +2,14 @@
// Name: xh_propgrid.cpp // Name: xh_propgrid.cpp
// Purpose: XRC resource for wxPropertyGrid // Purpose: XRC resource for wxPropertyGrid
// Author: Jaakko Salli // Author: Jaakko Salli
// Modified by:
// Created: May-16-2007 // Created: May-16-2007
// RCS-ID: $Id: // Copyright: (c) 2007 Jaakko Salli
// Copyright: (c) Jaakko Salli
// Licence: wxWindows license // Licence: wxWindows license
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// For compilers that support precompilation, includes "wx.h". // For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.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 #if wxUSE_XRC && wxUSE_PROPGRID
#include "wx/xrc/xh_propgrid.h" #include "wx/xrc/xh_propgrid.h"