Remove unneeded comments

This commit is contained in:
Hajime Hoshi 2019-09-18 10:49:20 +09:00
parent 439599a145
commit 845f2bdeb8

View File

@ -95,18 +95,6 @@ func NewScreenFramebufferImage(width, height int) *Image {
}
func (i *Image) Dispose() {
// If i is 4
// 1->2
// 1->4
// 4->3
// 3->4
// ?->4
// 4->5
// ...
// 消せるのは
// 最新からさかのぼって 4 が src になるところまで
// 直接作用しているやつだけ
c := &disposeCommand{
target: i,
}