]> git.mxchange.org Git - friendica-addons.git/blobdiff - smiley_pack/lang/smiley_pack_es/smiley_pack_es.php
Merge pull request #1009 from MrPetovan/task/8929-remove-redundant-uninstall
[friendica-addons.git] / smiley_pack / lang / smiley_pack_es / smiley_pack_es.php
index 892b4a70b445f8455f392f2f77bd45dedf370369..329b7282a280993a6ded4f85938b4bd4086451d6 100644 (file)
@@ -13,12 +13,6 @@ function smiley_pack_es_install() {
        Hook::register('smilie', 'addon/smiley_pack_es/smiley_pack_es.php', 'smiley_pack_smilies_es');
 }
 
-function smiley_pack_es_uninstall() {
-       Hook::unregister('smilie', 'addon/smiley_pack_es/smiley_pack_es.php', 'smiley_pack_smilies');
-}
-
-
 function smiley_pack_smilies_es(&$a,&$b) {
 
 #Smileys are split into various directories by the intended range of emotions.  This is in case we get too big and need to modularise things.  We can then cut and paste the right lines, move the right directory, and just change the name of the addon to happy_smilies or whatever.