• R/O
  • SSH

Commit

Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisionf4baff405095b80447b5e802274c8a9c956d2be3 (tree)
Time2015-07-07 22:37:05
Author <15b05@15b0...>

Log Message

AppletZinc デバッグ文を削除

Change Summary

Incremental Difference

diff -r 79e261a01787 -r f4baff405095 mirrg.applet.mathematics.zinc/src/mirrg/applet/mathematics/zinc/AppletZinc.java
--- a/mirrg.applet.mathematics.zinc/src/mirrg/applet/mathematics/zinc/AppletZinc.java Thu Jul 02 07:37:09 2015 +0900
+++ b/mirrg.applet.mathematics.zinc/src/mirrg/applet/mathematics/zinc/AppletZinc.java Tue Jul 07 22:37:05 2015 +0900
@@ -7,7 +7,6 @@
77 import mirrg.applet.mathematics.zinc.core.IZincCanvas;
88 import mirrg.applet.mathematics.zinc.core.ZincTransform;
99 import mirrg.applet.mathematics.zinc.events.NitrogenEventZinc;
10-import mirrg.applet.mathematics.zinc.events.NitrogenEventZincRender;
1110 import mirrg.applet.mathematics.zinc.gadgets.ZincGadgetGrid;
1211 import mirrg.applet.mathematics.zinc.gadgets.ZincGadgetMove;
1312 import mirrg.applet.mathematics.zinc.gadgets.ZincGadgetPainterBase;
@@ -117,15 +116,6 @@
117116 dirty();
118117 });
119118
120- {
121- getEventManager().register(NitrogenEventZincRender.Start.class, event -> {
122- System.out.println("Start Rendering");
123- });
124- getEventManager().register(NitrogenEventZincRender.Finish.class, event -> {
125- System.out.println("Finish Rendering");
126- });
127- }
128-
129119 }
130120
131121 protected abstract IColorProvider getColorProvider();