Skip to content

Commit

Permalink
remove a no longer used object
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Jul 15, 2013
1 parent 0bc5fee commit 1b0a021
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/highlight.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ hilight_fun = function(name) {
getFromNamespace(name, 'highr')
}

.default.css = css.parser(.default.sty)

hilight_source = function(x, format, options) {
if (!((format %in% c('latex', 'html')) && options$highlight))
return(if (options$prompt) line_prompt(x) else x)
Expand Down

0 comments on commit 1b0a021

Please sign in to comment.