Parcourir la source

Remove duplicate function

Bob Mottram il y a 7 ans
Parent
révision
347514248b
1 fichiers modifiés avec 0 ajouts et 7 suppressions
  1. 0
    7
      src/freedombone-app-pelican

+ 0
- 7
src/freedombone-app-pelican Voir le fichier

@@ -284,13 +284,6 @@ function pelican_delete_blog {
284 284
     esac
285 285
 }
286 286
 
287
-function pelican_remove_bad_blog_links {
288
-    current_theme=$1
289
-    if [ -f $PELICAN_BLOG_INSTALL_DIR/themes/$current_theme/static/css/style.css ]; then
290
-        sed -i '/googleapi/d' $PELICAN_BLOG_INSTALL_DIR/themes/$current_theme/static/css/style.css
291
-    fi
292
-}
293
-
294 287
 function pelican_change_theme {
295 288
     THEMES=()
296 289
     for d in $PELICAN_BLOG_INSTALL_DIR/themes/*/ ; do