From: <aki...@us...> - 2006-06-22 17:43:52
|
Revision: 170 Author: akirschbaum Date: 2006-06-22 10:43:41 -0700 (Thu, 22 Jun 2006) ViewCVS: http://svn.sourceforge.net/gridarta/?rev=170&view=rev Log Message: ----------- Remove superfluous super() call. Modified Paths: -------------- trunk/crossfire/src/cfeditor/textedit/scripteditor/CFPythonPopup.java Modified: trunk/crossfire/src/cfeditor/textedit/scripteditor/CFPythonPopup.java =================================================================== --- trunk/crossfire/src/cfeditor/textedit/scripteditor/CFPythonPopup.java 2006-06-21 22:13:09 UTC (rev 169) +++ trunk/crossfire/src/cfeditor/textedit/scripteditor/CFPythonPopup.java 2006-06-22 17:43:41 UTC (rev 170) @@ -74,7 +74,6 @@ * Constructor - builds the CFPython popup menu. */ public CFPythonPopup() { - super(); setBackground(Color.white); // white background control = ScriptEditControl.getInstance(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |