Fix comment
authorKevin Lamonte <kevin.lamonte@gmail.com>
Tue, 26 Feb 2019 13:43:37 +0000 (07:43 -0600)
committerKevin Lamonte <kevin.lamonte@gmail.com>
Tue, 26 Feb 2019 13:43:37 +0000 (07:43 -0600)
examples/JexerImageViewer.java

index b8424a5eb178d8b2d991a34d64af3835e40355b6..826960639df92c48306286bdaa9448c0381babcb 100644 (file)
@@ -31,9 +31,6 @@ public class JexerImageViewer extends TApplication {
      * Main entry point.
      */
     public static void main(String [] args) throws Exception {
-        // For this application, we must use ptypipe so that the tile shells
-        // can be aware of their size.
-
         JexerImageViewer app = new JexerImageViewer();
         (new Thread(app)).start();
     }