Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / entityqueue / plugins / entityreference / selection / entityqueue.inc
diff --git a/web/modules/contrib/entityqueue/plugins/entityreference/selection/entityqueue.inc b/web/modules/contrib/entityqueue/plugins/entityreference/selection/entityqueue.inc
deleted file mode 100644 (file)
index c43b6e1..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-/**
- * @file
- * Ctools plugin that provides a special Entity reference selection for
- * Entityqueue.
- */
-
-$plugin = array(
-  'title' => t('Entityqueue'),
-  'class' => 'EntityReference_SelectionHandler_EntityQueue',
-  'weight' => 0,
-);