You are here

function radioactivity_fivestar_voting_uninstall in Radioactivity 6

Implement hook_uninstall().

File

plugins/radioactivity_fivestar_voting.install, line 17
Radioactivity fivestar voting install hooks

Code

function radioactivity_fivestar_voting_uninstall() {

  // nothing required
}