--- old/src/java.desktop/windows/native/libawt/windows/awt_FileDialog.h 2016-05-20 18:05:54.427902900 +0300 +++ new/src/java.desktop/windows/native/libawt/windows/awt_FileDialog.h 2016-05-20 18:05:53.907901600 +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