Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions block_example/block_example.install

This file was deleted.

11 changes: 0 additions & 11 deletions tabledrag_example/tabledrag_example.install
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,3 @@ function tabledrag_example_install() {
}
}
}

/**
* Implements hook_uninstall().
*
* This removes the example data when the module is uninstalled.
*
* @ingroup tabledrag_example
*/
function tabledrag_example_uninstall() {
db_drop_table('tabledrag_example');
}
11 changes: 0 additions & 11 deletions tablesort_example/tablesort_example.install
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,6 @@ function tablesort_example_install() {
}
}

/**
* Implements hook_uninstall().
*
* It's good to clean up after ourselves
*
* @ingroup tablesort_example
*/
function tablesort_example_uninstall() {
db_drop_table('tablesort_example');
}

/**
* Implements hook_schema().
*
Expand Down