Remove obsolete comments and preprocessor directives
No real changes, just some more cleanup.
This commit is contained in:
parent
97762f854d
commit
8175e6990d
1 changed files with 1 additions and 19 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue