From 203049400f0940c8fdaa00aa8e6a512857d9a23e Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Sun, 25 Oct 2009 13:11:29 +0000 Subject: [PATCH] Also remove _B_APP_INFO_RESERVED1_ as it's used for nothing whatsoever. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33758 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/app/RegistrarDefs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/headers/private/app/RegistrarDefs.h b/headers/private/app/RegistrarDefs.h index dfef5f044e..a49655c829 100644 --- a/headers/private/app/RegistrarDefs.h +++ b/headers/private/app/RegistrarDefs.h @@ -160,8 +160,7 @@ enum { // misc constants enum { - B_REG_DEFAULT_APP_FLAGS = B_MULTIPLE_LAUNCH - | _B_APP_INFO_RESERVED1_, + B_REG_DEFAULT_APP_FLAGS = B_MULTIPLE_LAUNCH, B_REG_APP_LOOPER_PORT_CAPACITY = 100, };