From 573be312b403a8096c7b286e3946e0262745113c Mon Sep 17 00:00:00 2001 From: Kevin Lamonte Date: Tue, 26 Feb 2019 07:43:37 -0600 Subject: [PATCH] Fix comment --- examples/JexerImageViewer.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/JexerImageViewer.java b/examples/JexerImageViewer.java index b8424a5..8269606 100644 --- a/examples/JexerImageViewer.java +++ b/examples/JexerImageViewer.java @@ -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(); } -- 2.27.0