@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SRF\BibTex; |
4 | 4 | |
5 | -use SMWDataValue as DataValue; |
|
6 | - |
|
7 | 5 | /** |
8 | 6 | * @see http://www.semantic-mediawiki.org/wiki/BibTex |
9 | 7 | * |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use SMW\ResultPrinter; |
6 | 6 | use SMWQueryResult; |
7 | -use SMWWikiPageValue; |
|
8 | 7 | use GraphViz; |
9 | 8 | use Html; |
10 | 9 |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use SMWQuery as Query; |
9 | 9 | use SMWQueryProcessor as QueryProcessor; |
10 | 10 | use SMWQueryResult as QueryResult; |
11 | -use SMWTimeValue as TimeValue; |
|
12 | 11 | use WikiPage; |
13 | 12 | |
14 | 13 | /** |