From 143f7f1874449021915fcdeaa6e58a803a6da224 Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Mon, 11 Oct 2010 20:21:56 +0000 Subject: [PATCH] Remove deprecated constants. --- plugins/FeedsNodeProcessor.inc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/FeedsNodeProcessor.inc b/plugins/FeedsNodeProcessor.inc index 3ae7f94e..65dc05e1 100644 --- a/plugins/FeedsNodeProcessor.inc +++ b/plugins/FeedsNodeProcessor.inc @@ -6,12 +6,6 @@ * Class definition of FeedsNodeProcessor. */ -// Deprecated. Use FEEDS_SKIPE_EXISTING, FEEDS_REPLACE_EXISTNG, -// FEEDS_UPDATE_EXISTING instead. -define('FEEDS_NODE_SKIP_EXISTING', 0); -define('FEEDS_NODE_REPLACE_EXISTING', 1); -define('FEEDS_NODE_UPDATE_EXISTING', 2); - // "Use the present default format" define('FEEDS_NODE_DEFAULT_FORMAT', -1); -- GitLab