From cfe4b4fd07f999e3f5d4316c6e16827508f91067 Mon Sep 17 00:00:00 2001 From: IlyaBizyaev Date: Sun, 28 Jun 2015 11:44:59 +0300 Subject: [PATCH] Remove obsolete empty files None of these files is used and they don't contain anything useful. See https://github.com/wxWidgets/wxWidgets/pull/46 --- src/common/emptydmy.cpp | 3 --- src/osx/carbon/apprsrc.h | 1 - src/osx/carbon/joystick.cpp | 1 - 3 files changed, 5 deletions(-) delete mode 100644 src/common/emptydmy.cpp delete mode 100644 src/osx/carbon/apprsrc.h delete mode 100644 src/osx/carbon/joystick.cpp diff --git a/src/common/emptydmy.cpp b/src/common/emptydmy.cpp deleted file mode 100644 index 4c2b115372..0000000000 --- a/src/common/emptydmy.cpp +++ /dev/null @@ -1,3 +0,0 @@ -// This file exists so that it can be compiled into an object so the linker -// will have something to chew on so that builds don't break when a platform -// lacks any objects in a particular multilib. diff --git a/src/osx/carbon/apprsrc.h b/src/osx/carbon/apprsrc.h deleted file mode 100644 index 55d7f307ad..0000000000 --- a/src/osx/carbon/apprsrc.h +++ /dev/null @@ -1 +0,0 @@ -// TODO REMOVE diff --git a/src/osx/carbon/joystick.cpp b/src/osx/carbon/joystick.cpp deleted file mode 100644 index 2faa009f42..0000000000 --- a/src/osx/carbon/joystick.cpp +++ /dev/null @@ -1 +0,0 @@ -// todo remove \ No newline at end of file