summaryrefslogtreecommitdiff
path: root/lisp/org/ob-css.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/ob-css.el')
-rw-r--r--lisp/org/ob-css.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/org/ob-css.el b/lisp/org/ob-css.el
index 0a279b24573..d93f28dcebc 100644
--- a/lisp/org/ob-css.el
+++ b/lisp/org/ob-css.el
@@ -5,7 +5,7 @@
;; Author: Eric Schulte
;; Keywords: literate programming, reproducible research
;; Homepage: http://orgmode.org
-;; Version: 7.01
+;; Version: 7.3
;; This file is part of GNU Emacs.
@@ -32,9 +32,6 @@
(defvar org-babel-default-header-args:css '())
-(defun org-babel-expand-body:css (body params &optional processed-params)
- "Expand BODY according to PARAMS, return the expanded body." body)
-
(defun org-babel-execute:css (body params)
"Execute a block of CSS code.
This function is called by `org-babel-execute-src-block'."