On Wed, 5 Feb 2020 22:48:45 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> The pull request has been updated with a new target base due to a merge or a >> rebase. > > modules/javafx.graphics/src/main/native-prism-sw/JAbstractSurface.c line 189: > >> 188: static void >> 189: disposeNativeImpl(JNIEnv* env, jobject objectHandle) { >> 190: AbstractSurface* surface; > > Since you removed `disposeNativeImpl`, you can also remove the static > declaration on [line > 40](https://github.com/openjdk/jfx/blob/0591e41f9106e93ae957cb9d80cf2e9e2c6fd805/modules/javafx.graphics/src/main/native-prism-sw/JAbstractSurface.c#L40). I shall do this in next commit. ------------- PR: https://git.openjdk.java.net/jfx/pull/66