소스 검색

Remove duplicate function

Bob Mottram 7 년 전
부모
커밋
347514248b
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0
    7
      src/freedombone-app-pelican

+ 0
- 7
src/freedombone-app-pelican 파일 보기

@@ -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