X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=plugins%2Fnet.mograsim.plugin.core%2Fsrc%2Fnet%2Fmograsim%2Fplugin%2Fwizards%2FnewWizards%2FWizardPageMPM.java;fp=plugins%2Fnet.mograsim.plugin.core%2Fsrc%2Fnet%2Fmograsim%2Fplugin%2Fwizards%2FnewWizards%2FWizardPageMPM.java;h=0000000000000000000000000000000000000000;hb=d031a0434011f1e8577de35ba1a5c0b6649beef4;hp=4614e2651d85e100c4fbccf75ef211eace4619b8;hpb=1b2cb79cec1d587f4a529f8d1e862efeee3e965c;p=Mograsim.git diff --git a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/wizards/newWizards/WizardPageMPM.java b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/wizards/newWizards/WizardPageMPM.java deleted file mode 100644 index 4614e265..00000000 --- a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/wizards/newWizards/WizardPageMPM.java +++ /dev/null @@ -1,14 +0,0 @@ -package net.mograsim.plugin.wizards.newWizards; - -import org.eclipse.jface.viewers.IStructuredSelection; -import org.eclipse.ui.dialogs.WizardNewFileCreationPage; - -public class WizardPageMPM extends WizardNewFileCreationPage -{ - - public WizardPageMPM(IStructuredSelection selection) - { - super("Create ", selection); - setFileExtension("mpm"); - } -}