From a3e794ae459fec76826407f8ba8c94cd3535f128 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Fri, 29 Jul 2016 18:21:13 -0400 Subject: [PATCH] be_apps/Deskbar: Remove. The only file in here was Deskbar.h, which just included the "real" Deskbar.h. Considering nothing in-tree cares about this, and only a small number of applications at HaikuArchives do, and that Haiku already broke BeOS source compatibility in lots of other ways, let's just remove this deprecated cruft. --- data/system/boot/SetupEnvironment | 2 +- headers/os/be_apps/Deskbar/Deskbar.h | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 headers/os/be_apps/Deskbar/Deskbar.h diff --git a/data/system/boot/SetupEnvironment b/data/system/boot/SetupEnvironment index 480a824897..d444e0b444 100644 --- a/data/system/boot/SetupEnvironment +++ b/data/system/boot/SetupEnvironment @@ -21,7 +21,7 @@ esac # not used by Haiku, but by (legacy) applications (e.g. Pe) BH=$BUILDHOME/headers -BEINCLUDES="$BH;$BH/be;$BH/posix;$BH/glibc;$BH/cpp;$BH/be/app;$BH/be/device;$BH/be/interface;$BH/be/locale;$BH/be/media;$BH/be/midi;$BH/be/midi2;$BH/be/net;$BH/be/kernel;$BH/be/storage;$BH/be/support;$BH/be/game;$BH/be/opengl;$BH/be/drivers;$BH/gnu;$BH/be/mail;$BH/be/translation;$BH/be/devel;$BH/be/add-ons/graphics;$BH/be/be_apps/Deskbar;$BH/be/be_apps/NetPositive;$BH/be/be_apps/Tracker" +BEINCLUDES="$BH;$BH/be;$BH/posix;$BH/glibc;$BH/cpp;$BH/be/app;$BH/be/device;$BH/be/interface;$BH/be/locale;$BH/be/media;$BH/be/midi;$BH/be/midi2;$BH/be/net;$BH/be/kernel;$BH/be/storage;$BH/be/support;$BH/be/game;$BH/be/opengl;$BH/be/drivers;$BH/gnu;$BH/be/mail;$BH/be/translation;$BH/be/devel;$BH/be/add-ons/graphics;$BH/be/be_apps/NetPositive;$BH/be/be_apps/Tracker" export BUILDHOME export BEINCLUDES diff --git a/headers/os/be_apps/Deskbar/Deskbar.h b/headers/os/be_apps/Deskbar/Deskbar.h deleted file mode 100644 index 6645493d02..0000000000 --- a/headers/os/be_apps/Deskbar/Deskbar.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _DESKBAR_H -// I don't know why this file exists in addition to the one we include -// below, but who cares... (originally, in R5, both files exist and are -// identical). -# include -#endif