diff options
author | Sven Gothel <[email protected]> | 2015-02-17 01:30:03 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-02-17 01:30:03 +0100 |
commit | c6e79657acd2104edfe4354d7d52f228895250c9 (patch) | |
tree | 6b16db03e3c4009065cdc0846a34ca0d6e14933a /src | |
parent | 559ecad2a2387ba0aa34ce9e35ca8a2c5a31e655 (diff) |
Fix commit 559ecad2a2387ba0aa34ce9e35ca8a2c5a31e655 (ArrayHashSet<MonitorDevice> instance erroneously added)
Revert useless ArrayHashSet<MonitorDevice> instance erroneously
added in commit 559ecad2a2387ba0aa34ce9e35ca8a2c5a31e655.
Diffstat (limited to 'src')
-rw-r--r-- | src/newt/classes/jogamp/newt/driver/x11/ScreenDriver.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/newt/classes/jogamp/newt/driver/x11/ScreenDriver.java b/src/newt/classes/jogamp/newt/driver/x11/ScreenDriver.java index 93d758655..993ff58f9 100644 --- a/src/newt/classes/jogamp/newt/driver/x11/ScreenDriver.java +++ b/src/newt/classes/jogamp/newt/driver/x11/ScreenDriver.java @@ -147,7 +147,6 @@ public class ScreenDriver extends ScreenImpl { } while( null != props); } if( cache.monitorModes.size() > 0 ) { - final ArrayHashSet<MonitorDevice> monitorDevices = new ArrayHashSet<MonitorDevice>(); for(int i = 0; i < crtCount; i++) { final int[] monitorProps = rAndR.getMonitorDeviceProps(device.getHandle(), this, cache, i); if( null != monitorProps && |