From 237a2ff39a5c5b7a1d5a52407260cdc6628b490b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Wed, 12 Feb 2014 03:56:30 +0100 Subject: [PATCH] unused. --- epubfs.php | 1 - 1 file changed, 1 deletion(-) diff --git a/epubfs.php b/epubfs.php index d4afb9f..aef2d90 100644 --- a/epubfs.php +++ b/epubfs.php @@ -14,7 +14,6 @@ function notFound () { function getComponentContent ($book, $component, $add) { $data = $book->component ($component); - $directory = dirname ($component); $callback = function ($m) use ($book, $component, $add) { $method = $m[1];