From 65d0e0c26fea3d54e34c673e3eded5077e12e890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 28 Apr 2015 10:13:09 +0200 Subject: [PATCH] Remove no longer used define MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- libraries/vendor_config.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libraries/vendor_config.php b/libraries/vendor_config.php index 056afb0aa2..e3b1443161 100644 --- a/libraries/vendor_config.php +++ b/libraries/vendor_config.php @@ -36,12 +36,6 @@ define('SETUP_CONFIG_FILE', './config/config.inc.php'); */ define('SETUP_DIR_WRITABLE', true); -/** - * Directory where examples reside. Useful when you want to include - * the examples directory with documentation, eg. /usr/share/doc. - */ -define('EXAMPLES_DIR', './examples/'); - /** * Directory where SQL scripts to create/upgrade configuration storage reside. */