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, };