Index: typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js =================================================================== --- typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (révision 10489) +++ typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail) @@ -3766,11 +3766,6 @@ } }(); /* - * Interim backward compatibility - */ -HTMLArea._makeColor = HTMLArea.util.Color.colorToRgb; -HTMLArea._colorToRgb = HTMLArea.util.Color.colorToHex; -/* * Intercept Ext.ColorPalette.prototype.select */ Ext.ColorPalette.prototype.select = Ext.ColorPalette.prototype.select.createInterceptor(HTMLArea.util.Color.checkIfColorInPalette);