From f015b9e72ec4f9921f7551e07542d1ff22a41951 Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 23 Jul 2012 19:13:24 +0000 Subject: [PATCH] minor cleanups --- app/src/processing/app/windows/Platform.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/processing/app/windows/Platform.java b/app/src/processing/app/windows/Platform.java index f492e09a8..6b0e0257e 100644 --- a/app/src/processing/app/windows/Platform.java +++ b/app/src/processing/app/windows/Platform.java @@ -3,7 +3,8 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2008-2009 Ben Fry and Casey Reas + Copyright (c) 2012 The Processing Foundation + Copyright (c) 2008-2012 Ben Fry and Casey Reas This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,7 +23,6 @@ package processing.app.windows; -import java.awt.EventQueue; import java.io.File; import java.io.UnsupportedEncodingException; import java.util.HashMap;