<?php
// $Id: commitlog.install,v 1.2 2008/04/15 10:09:38 jpetso Exp $
/**
 * @file
 * Commit Log - Display a history of commits, branches and tags,
 * optionally filtered by a set of constraint arguments.
 *
 * Copyright 2007 by Jakob Petsovits ("jpetso", http://drupal.org/user/56020)
 */

/**
 * Implementation of hook_uninstall().
 */
function commitlog_uninstall() {
  variable_del('commitlog_send_notification_mails');
  variable_del('commitlog_pager');
}
