diff --git a/freifunk-versions.php b/freifunk-versions.php index 88ff49e..cb9c6b2 100644 --- a/freifunk-versions.php +++ b/freifunk-versions.php @@ -114,10 +114,3 @@ function ff_hh_shortcode_versions( $atts, $content, $name ) { // $outstr .= '
'.print_r($manifest, true).'
'; return $outstr; } - -register_uninstall_hook( __FILE__, 'ff_hh_uninstall_hook' ); -function ff_hh_uninstall_hook() { - delete_option( 'ff_hh_manifest' ); -} - -