From fd2c49947836b3533846ef57667dd99d3caca189 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 15 Dec 2007 14:40:21 +0000 Subject: [PATCH] removed empty file which wasn't present in the makefiles anyhow git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk1/colordlg.cpp | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/gtk1/colordlg.cpp diff --git a/src/gtk1/colordlg.cpp b/src/gtk1/colordlg.cpp deleted file mode 100644 index 05aa15ef6a..0000000000 --- a/src/gtk1/colordlg.cpp +++ /dev/null @@ -1,17 +0,0 @@ -///////////////////////////////////////////////////////////////////////////// -// Name: gtk/colordlg.cpp -// Purpose: Native wxColourDialog for GTK+ -// Author: Vaclav Slavik -// Modified by: -// Created: 2004/06/04 -// RCS-ID: $Id$ -// Copyright: (c) Vaclav Slavik, 2004 -// Licence: wxWindows licence -///////////////////////////////////////////////////////////////////////////// - -// For compilers that support precompilation, includes "wx.h". -#include "wx/wxprec.h" - -#ifdef __BORLANDC__ - #pragma hdrstop -#endif