graphics: Remove GuaranteedMaxImageSize

This commit is contained in:
Hajime Hoshi 2018-04-03 22:59:19 +09:00
parent 948c1e13fb
commit af0d6d7a48

View File

@ -439,8 +439,6 @@ func newImageWithScreenFramebuffer(width, height int) *Image {
return i
}
var GuaranteedMaxImageSize = 4096
// MaxImageSize is deprecated as of 1.7.0-alpha. No replacement so far.
//
// TODO: Make this replacement (#541)