[Patchanim-commit] SF.net SVN: patchanim:[288] trunk/patchanim/src/com/mebigfatguy/patchanim/ gui/J
Brought to you by:
dbrosius
From: <dbr...@us...> - 2009-07-04 21:38:36
|
Revision: 288 http://patchanim.svn.sourceforge.net/patchanim/?rev=288&view=rev Author: dbrosius Date: 2009-07-04 21:38:34 +0000 (Sat, 04 Jul 2009) Log Message: ----------- warnings Modified Paths: -------------- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java =================================================================== --- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java 2009-07-04 21:37:00 UTC (rev 287) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java 2009-07-04 21:38:34 UTC (rev 288) @@ -68,7 +68,7 @@ private transient Thread redrawThread = null; private final Object redrawLock = new Object(); private boolean redrawing = false; - private boolean dragging = false; + @SuppressWarnings("unused") private boolean dragging = false; public JPatchSamplePanel(PatchColor c) { color = c; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |