--- old/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c 2020-02-20 18:56:30.000000000 -0800 +++ new/src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c 2020-02-20 18:56:30.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -784,11 +784,6 @@ ensureConfigsInited(NULL, screen); return x11Screens[screen].defaultConfig; } - -AwtScreenDataPtr -getScreenData(int screen) { - return &(x11Screens[screen]); -} #endif /* !HEADLESS */ /*