From f2f8ddabc876c2c4a3838448f918f9cb1cc0c1b9 Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Mon, 21 Oct 2013 11:24:25 -0700
Subject: [PATCH] Don't look for slidy files in data files w/ --self-contained.

---
 pandoc.hs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pandoc.hs b/pandoc.hs
index f3c2af38f..21773ed80 100644
--- a/pandoc.hs
+++ b/pandoc.hs
@@ -461,8 +461,6 @@ options =
     , Option "" ["self-contained"]
                  (NoArg
                   (\opt -> return opt { optSelfContained = True,
-                                        optVariables = ("slidy-url","slidy") :
-                                                       optVariables opt,
                                         optStandalone = True }))
                  "" -- "Make slide shows include all the needed js and css"