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...