Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27315/src/net/sourceforge/bprocessor/gl/tool
Modified Files:
ExtrusionTool.java
Log Message:
Removed usage of Notifier
Index: ExtrusionTool.java
===================================================================
RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool/ExtrusionTool.java,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** ExtrusionTool.java 4 Jan 2006 14:29:50 -0000 1.37
--- ExtrusionTool.java 6 Jan 2006 15:46:26 -0000 1.38
***************
*** 11,16 ****
import net.sourceforge.bprocessor.gl.view.Transformation;
- import net.sourceforge.bprocessor.kernel.notification.Notification;
- import net.sourceforge.bprocessor.kernel.notification.Notifier;
import net.sourceforge.bprocessor.model.Edge;
--- 11,14 ----
***************
*** 590,595 ****
//moving this line to the top
Surface topSurf = createSurface(top);
- Notification n = new Notification(Notification.SURFACE_SELECTED, topSurf.getId());
- Notifier.getInstance().sendNotification(n);
newSurfaces.addFirst(topSurf);
--- 588,591 ----
|