no longer need these files.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@66345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2010-12-07 02:38:22 +00:00
parent bec66711ce
commit 85b85500b9
2 changed files with 0 additions and 43 deletions

View File

@@ -1,26 +0,0 @@
//--------------------------------------------------------------------------
// Name: src/core_utils.cpp
// Purpose: Various utility and helper functions used by the _core
// wxPython(phoenix) extension module that are easier to maintain
// here than in the etg scripts that use them.
//
// Author: Robin Dunn
//
// Created: 24-Nov-2010
// RCS-ID: $Id: $
// Copyright: (c) 2010 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
#undef DEBUG
#include <Python.h>
#include <wx/wx.h>
// Nothing is here yet, but there probably will be...
//--------------------------------------------------------------------------
//--------------------------------------------------------------------------

View File

@@ -1,17 +0,0 @@
//--------------------------------------------------------------------------
// Name: src/core_utils.h
// Purpose: Various utility and helper functions used by the _core
// wxPython(phoenix) extension module that are easier to maintain
// here than in the etg scripts that use them.
//
// Author: Robin Dunn
//
// Created: 24-Nov-2010
// RCS-ID: $Id: $
// Copyright: (c) 2010 by Total Control Software
// Licence: wxWindows license
//--------------------------------------------------------------------------
// Nothing is here yet, but there probably will be...