Skip to content

Commit fef2243

Browse files
committed
cleanups
1 parent e81a5b9 commit fef2243

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

app/src/processing/app/contrib/StatusPanel.java

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
Part of the Processing project - http://processing.org
55
6-
Copyright (c) 2013-15 The Processing Foundation
6+
Copyright (c) 2013-16 The Processing Foundation
77
Copyright (c) 2011-12 Ben Fry and Casey Reas
88
99
This program is free software; you can redistribute it and/or modify
@@ -285,13 +285,6 @@ public void update(DetailPanel panel) {
285285
latestVersion = "Update";
286286
}
287287

288-
// why was this here? [fry 161103]
289-
/*
290-
if (currentVersion == null) {
291-
currentVersion = "";
292-
}
293-
*/
294-
295288
if (updateButton.isEnabled()) {
296289
updateButton.setText(latestVersion);
297290
} else {

0 commit comments

Comments
 (0)