<?php
/**
* Module Prestashop PrettySlider
*
* @author    Prestacrea
* @copyright Prestacrea
* @license   See PDF documentation
* @website   http://www.prestacrea.com
*/

Configuration::deleteByName('MPS_SCROLL');
Configuration::deleteByName('MPS_EASING');
Configuration::deleteByName('MPS_SPEED');
Configuration::deleteByName('MPS_AUTOSCROLL');
Configuration::deleteByName('MPS_PAGINATION');
Configuration::deleteByName('MPS_ARROWS');
Configuration::deleteByName('MPS_RESPONSIVE');
Configuration::deleteByName('MPS_EDITORIAL');
Configuration::deleteByName('MPS_INLINE');
Configuration::deleteByName('MPS_HEIGHT');
Configuration::deleteByName('MPS_SLIDERWIDTH');
Configuration::deleteByName('MPS_FONTFAMILY');
Configuration::deleteByName('MPS_FONTSIZE');
Configuration::deleteByName('MPS_MAINCOLOR');
Configuration::deleteByName('MPS_ALTCOLOR');
Configuration::deleteByName('MPS_FONTCOLOR');
Configuration::deleteByName('MPS_SLIDERBGCOLOR');
Configuration::deleteByName('MPS_CAPTIONBGCOLOR');
Configuration::deleteByName('MPS_EDITORIALBGCOLOR');

Db::getInstance()->Execute('DROP TABLE '._DB_PREFIX_.'prettyslider');

Db::getInstance()->Execute('DROP TABLE '._DB_PREFIX_.'prettyslider_lang');

Db::getInstance()->Execute('DROP TABLE '._DB_PREFIX_.'prettyslider_editor');
