wineandroid.drv: Remove unnecessary 'extends Object' statement.

Signed-off-by: Isira Seneviratne <isirasen96@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Isira Seneviratne 2019-02-21 14:47:04 +05:30 committed by Alexandre Julliard
parent f33c51bb8c
commit 31f2a182e6

View file

@ -326,7 +326,7 @@ private final void copyAssetFiles()
private HashMap<Integer,WineWindow> win_map = new HashMap<Integer,WineWindow>();
protected class WineWindow extends Object
protected class WineWindow
{
static protected final int HWND_MESSAGE = 0xfffffffd;
static protected final int SWP_NOZORDER = 0x04;