Merge commit '77d3a60869e7a780c6ae069e51530e1eacece5e2'
[fanfix.git] / src / jexer / demos / Demo3.java
index b8181bd1b103de36337efef595abc4dc108f530a..f370f8f504a32eaade28bdccb7939949a0fb3798 100644 (file)
@@ -3,7 +3,7 @@
  *
  * The MIT License (MIT)
  *
- * Copyright (C) 2016 Kevin Lamonte
+ * Copyright (C) 2019 Kevin Lamonte
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -44,10 +44,6 @@ public class Demo3 {
      */
     public static void main(final String [] args) {
         try {
-            if (args.length == 0) {
-                System.err.printf("USAGE: java -cp jexer.jar jexer.demos.Demo3\n");
-                return;
-            }
             DemoApplication app = new DemoApplication(System.in,
                 new InputStreamReader(System.in, "UTF-8"),
                 new PrintWriter(new OutputStreamWriter(System.out, "UTF-8")),