removed an obsolete method

pull/95/head
jmoenig 2020-04-17 16:14:42 +02:00
rodzic 314a0414b7
commit c50ff6c16f
1 zmienionych plików z 0 dodań i 7 usunięć

Wyświetl plik

@ -5291,13 +5291,6 @@ ColorPickerMorph.prototype.init = function (defaultColor) {
this.setExtent(new Point(80, 80));
};
/*
ColorPickerMorph.prototype.drawNew = function () {
ColorPickerMorph.uber.drawNew.call(this);
this.buildSubmorphs();
};
*/
ColorPickerMorph.prototype.fixLayout = function () {
var cpal, gpal, x, y;