--- old/src/java.desktop/windows/native/libawt/windows/awt_FileDialog.h 2016-05-31 10:06:51.225884900 +0300 +++ new/src/java.desktop/windows/native/libawt/windows/awt_FileDialog.h 2016-05-31 10:06:50.799884900 +0300 @@ -60,9 +60,6 @@ static void Initialize(JNIEnv *env, jstring filterDescription); static void Show(void *peer); - static BOOL GetOpenFileName(LPOPENFILENAME); - static BOOL GetSaveFileName(LPOPENFILENAME); - virtual BOOL InheritsNativeMouseWheelBehavior(); // some methods called on Toolkit thread