From 0a56f5ce71885fc3a1dcbb34ad47374425ab889c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 1 Aug 2016 08:35:14 +0200 Subject: [PATCH] Remove duplicate deprecation --- developer_manual/app/info.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/developer_manual/app/info.rst b/developer_manual/app/info.rst index 5cd144b03..3769c4f3f 100644 --- a/developer_manual/app/info.rst +++ b/developer_manual/app/info.rst @@ -193,9 +193,6 @@ Deprecated The following sections are just listed for reference and should not be used because -* **public/remote**: Use :doc:`api` instead because you'll have to use :doc:`../core/externalapi` which is known to be buggy (works only properly with GET/POST) -* **standalone/default_enable**: They tell core what do on setup, you will not be able to even activate your app if it has those entries. This should be replaced by a config file inside core. - requiremin ========== Deprecated in favor of the **** tag.