From: Kevin Lamonte Date: Tue, 26 Feb 2019 13:43:37 +0000 (-0600) Subject: Fix comment X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=573be312b403a8096c7b286e3946e0262745113c;p=nikiroo-utils.git Fix comment --- 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(); }