You are here

function entityreference_feeds_uninstall in Entity reference feeds 7

Implements hook_uninstall().

File

./entityreference_feeds.install, line 10
This is the .install file for entity reference feeds.

Code

function entityreference_feeds_uninstall() {
  variable_del('entityreference_feeds_entity_default_values');
}