チェンジセット 3526

差分発生行の前後
無視リスト:
コミット日時:
2010/03/12 01:40:30 (2 年前)
コミッタ:
hkrn
ログメッセージ:

removed EraserModule? for duplication of LineModule?

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/gunyarapaint/branches/gunyarapaint/framework/src/org/libspark/gunyarapaint/framework/modules/CanvasModuleContext.as

    r3524 r3526  
    1212            add(new DropperModule(recorder)); 
    1313            add(new EllipseModule(recorder)); 
    14             add(new EraserModule(recorder)); 
    1514            add(new FloodFillModule(recorder)); 
    1615            add(new FreeHandModule(recorder)); 
  • as3/gunyarapaint/branches/gunyarapaint/test/src/org/libspark/gunyarapaint/framework/TestSuite.as

    r3489 r3526  
    2626    import org.libspark.gunyarapaint.framework.module.DropperModuleTest; 
    2727    import org.libspark.gunyarapaint.framework.module.EllipseModuleTest; 
    28     import org.libspark.gunyarapaint.framework.module.EraserModuleTest; 
    2928    import org.libspark.gunyarapaint.framework.module.FloodFillModuleTest; 
    3029    import org.libspark.gunyarapaint.framework.module.FreeHandModuleTest; 
     
    8887        public var ellipseModule:EllipseModuleTest; 
    8988         
    90         public var eraserModule:EraserModuleTest; 
    91          
    9289        public var floodFill:FloodFillModuleTest; 
    9390