|
From: Yoda-JM <yo...@us...> - 2010-10-23 13:53:34
|
Module: performous Branch: master Commit: 94db4bc7142baf6acf69826fa4154249bd70cc89 Author: Vincent Le Ligeour <yo...@us...> Date: Sat Oct 23 15:52:42 2010 +0200 Revert "Add back dummy screen_configuration.* as a work-around for ppa troubles." This commit is not needed in new release This reverts commit b9b699fa39d0a9ab0f999a58c4b4d2850ab42b5a. --- game/screen_configuration.cc | 4 ---- game/screen_configuration.hh | 4 ---- 2 files changed, 0 insertions(+), 8 deletions(-) diff --git a/game/screen_configuration.cc b/game/screen_configuration.cc deleted file mode 100644 index 9b09ff0..0000000 --- a/game/screen_configuration.cc +++ /dev/null @@ -1,4 +0,0 @@ -// Dummy file -// The PPA deb packaging diff doesn't seem to know how to delete files, -// so this is here as a work-around to avoid compilation errors. -// If someone knows how to fix this, the ppa script is tools/ppa/ppa.sh diff --git a/game/screen_configuration.hh b/game/screen_configuration.hh deleted file mode 100644 index 9b09ff0..0000000 --- a/game/screen_configuration.hh +++ /dev/null @@ -1,4 +0,0 @@ -// Dummy file -// The PPA deb packaging diff doesn't seem to know how to delete files, -// so this is here as a work-around to avoid compilation errors. -// If someone knows how to fix this, the ppa script is tools/ppa/ppa.sh |