removing unnecessary use lines

This commit is contained in:
JT Smith 2006-01-12 22:27:20 +00:00
parent 44abb8230c
commit a3adaee3a0
130 changed files with 0 additions and 370 deletions

View file

@ -1,6 +1,5 @@
package WebGUI::Help::Asset;
use WebGUI::Session;
our $HELP = {

View file

@ -1,20 +0,0 @@
package WebGUI::Help::Macro_FetchMimeType;
our $HELP = {
'fetch mime type' => {
title => 'fetch mime type title',
body => 'fetch mime type body',
fields => [
],
related => [
{
tag => 'macros using',
namespace => 'Macros'
},
]
},
};
1;

View file

@ -1,6 +1,5 @@
package WebGUI::Help::Macros;
use WebGUI::Session;
our $HELP = {