summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2020-08-12 02:13:41 +0200
committerAki <please@ignore.pl>2020-08-12 02:13:41 +0200
commita745c4af25f4aaa92ddb493f185a96ff1c970e16 (patch)
tree71eaa425303c6b7f4a431390ebe76992e215e522
parent60829d8cd9164d8b98327672c5363a301ae5dc39 (diff)
downloadbrowse-a745c4af25f4aaa92ddb493f185a96ff1c970e16.zip
browse-a745c4af25f4aaa92ddb493f185a96ff1c970e16.tar.gz
browse-a745c4af25f4aaa92ddb493f185a96ff1c970e16.tar.bz2
Removed obsolete comments
-rwxr-xr-xviewhtml3
1 files changed, 0 insertions, 3 deletions
diff --git a/viewhtml b/viewhtml
index b56b6ac..a48e1d4 100755
--- a/viewhtml
+++ b/viewhtml
@@ -3,9 +3,6 @@ package require tclgumbo
package require Tk
# TODO: This is still ugly, refactor into functions and namespaces?
-# TODO: Scripts now expects all secondary files to be already present. It should request them from protocol daemon
-# instead.
-# TODO: Actually, both browse and this script are now unaware of each other. This should be priority for now.
text .t -yscrollcommand {.s set} -relief flat -font {Times 12} -wrap word -border 4
scrollbar .s -command {.t yview}