We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e81a5b9 commit fef2243Copy full SHA for fef2243
app/src/processing/app/contrib/StatusPanel.java
@@ -3,7 +3,7 @@
3
/*
4
Part of the Processing project - http://processing.org
5
6
- Copyright (c) 2013-15 The Processing Foundation
+ Copyright (c) 2013-16 The Processing Foundation
7
Copyright (c) 2011-12 Ben Fry and Casey Reas
8
9
This program is free software; you can redistribute it and/or modify
@@ -285,13 +285,6 @@ public void update(DetailPanel panel) {
285
latestVersion = "Update";
286
}
287
288
- // why was this here? [fry 161103]
289
- /*
290
- if (currentVersion == null) {
291
- currentVersion = "";
292
- }
293
- */
294
-
295
if (updateButton.isEnabled()) {
296
updateButton.setText(latestVersion);
297
} else {
0 commit comments