X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PHPType.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PHPType.java deleted file mode 100644 index 701ba82..0000000 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PHPType.java +++ /dev/null @@ -1,15 +0,0 @@ -package net.sourceforge.phpeclipse.phpeditor.php; - -/** - * @author Choochter - * - * To change this generated comment edit the template variable "typecomment": - * Window>Preferences>Java>ObfuscatorIgnores. - * To enable and disable the creation of type comments go to - * Window>Preferences>Java>Code Generation. - */ -public class PHPType extends PHPElement { - public PHPType(String Name, String Description) { - super(Name, Description); - } -} \ No newline at end of file