Skip to content

Commit

Permalink
CIVIQBO-107 Remove obsolete disable & uninstall hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
agileware-fj committed Oct 16, 2023
1 parent f3aa877 commit e33c462
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions civiquickbooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@ function civiquickbooks_civicrm_postInstall() {
_civiquickbooks_civix_civicrm_postInstall();
}

/**
* Implements hook_civicrm_uninstall().
*
* @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_uninstall
*/
function civiquickbooks_civicrm_uninstall() {
_civiquickbooks_civix_civicrm_uninstall();
}

/**
* Implements hook_civicrm_enable().
*
Expand All @@ -48,15 +39,6 @@ function civiquickbooks_civicrm_enable() {
_civiquickbooks_civix_civicrm_enable();
}

/**
* Implements hook_civicrm_disable().
*
* @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_disable
*/
function civiquickbooks_civicrm_disable() {
_civiquickbooks_civix_civicrm_disable();
}

/**
* Map quickbooks accounts data to generic data.
*
Expand Down

0 comments on commit e33c462

Please sign in to comment.