Browse Source

removing vestigial babel directory load-path manipulation

Eric Schulte 14 years ago
parent
commit
54c5039b8d
1 changed files with 0 additions and 7 deletions
  1. 0 7
      lisp/org.el

+ 0 - 7
lisp/org.el

@@ -106,13 +106,6 @@
 (require 'org-footnote)
 
 ;; babel
-(let* ((babel-path (expand-file-name
-		    "babel"
-		    (file-name-directory (or (buffer-file-name)
-					     load-file-name))))
-       (babel-langs-path (expand-file-name "langs" babel-path)))
-  (add-to-list 'load-path babel-path)
-  (add-to-list 'load-path babel-langs-path))
 (require 'ob)
 (require 'ob-table)
 (require 'ob-lob)