-
Bug
-
Resolution: Fixed
-
P5
-
5.0
-
beta
-
generic
-
solaris_9
While finishing up the fix for 4661156, I noticed a native method,
awtJNI_DrawMFString() (defined in multi_font.c) which is no longer used.
That method is the last one to refer to an obsolete struct called
GraphicsData (defined in awt_p.h). Digging further, I found that another
struct, ImageData, is no longer used, as are many fields in the
AwtGraphicsConfigData struct. This code is cluttering up the workspace
and should be removed.
###@###.### 2005-04-11 18:22:31 GMT
awtJNI_DrawMFString() (defined in multi_font.c) which is no longer used.
That method is the last one to refer to an obsolete struct called
GraphicsData (defined in awt_p.h). Digging further, I found that another
struct, ImageData, is no longer used, as are many fields in the
AwtGraphicsConfigData struct. This code is cluttering up the workspace
and should be removed.
###@###.### 2005-04-11 18:22:31 GMT