From 85b85500b925e5b57be8ee1db9dd59ec2b50ee67 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 7 Dec 2010 02:38:22 +0000 Subject: [PATCH] no longer need these files. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@66345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/core_utils.cpp | 26 -------------------------- src/core_utils.h | 17 ----------------- 2 files changed, 43 deletions(-) delete mode 100644 src/core_utils.cpp delete mode 100644 src/core_utils.h diff --git a/src/core_utils.cpp b/src/core_utils.cpp deleted file mode 100644 index 926becd5..00000000 --- a/src/core_utils.cpp +++ /dev/null @@ -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 -#include - - -// Nothing is here yet, but there probably will be... - - -//-------------------------------------------------------------------------- -//-------------------------------------------------------------------------- - diff --git a/src/core_utils.h b/src/core_utils.h deleted file mode 100644 index ac7a3172..00000000 --- a/src/core_utils.h +++ /dev/null @@ -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...