< prev index next >

src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c

Print this page
rev 59383 : [mq]: final

@@ -177,19 +177,10 @@
 static void freeX11InputMethodData(JNIEnv *, X11InputMethodData *);
 #if defined(__linux__)
 static Window getParentWindow(Window);
 #endif
 
-#ifdef __solaris__
-/* Prototype for this function is missing in Solaris X11R6 Xlib.h */
-extern char *XSetIMValues(
-#if NeedVarargsPrototypes
-    XIM /* im */, ...
-#endif
-);
-#endif
-
 /*
  * This function is stolen from /src/solaris/hpi/src/system_md.c
  * It is used in setting the time in Java-level InputEvents
  */
 jlong
< prev index next >