Remove toc.rb; markup.rb handles toc processing

This commit is contained in:
kristi
2012-05-14 13:06:46 -07:00
parent 22564f34a9
commit a3a946ccd6
2 changed files with 0 additions and 119 deletions
-1
View File
@@ -14,7 +14,6 @@ require File.expand_path('../gollum/pagination', __FILE__)
require File.expand_path('../gollum/blob_entry', __FILE__)
require File.expand_path('../gollum/wiki', __FILE__)
require File.expand_path('../gollum/page', __FILE__)
require File.expand_path('../gollum/toc', __FILE__)
require File.expand_path('../gollum/file', __FILE__)
require File.expand_path('../gollum/markup', __FILE__)
require File.expand_path('../gollum/sanitization', __FILE__)