You are here

function rooms_pricing_uninstall in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

Implements hook_uninstall().

File

modules/rooms_pricing/rooms_pricing.install, line 246
Install for Rooms Pricing module - sets up the main Rooms Pricing table

Code

function rooms_pricing_uninstall() {
  variable_del('rooms_payment_options_percentual');
}