Remove unused comments.
--- a/.mc/bindings Tue Feb 07 01:25:23 2012 +0200
+++ b/.mc/bindings Tue Feb 07 01:25:59 2012 +0200
@@ -79,32 +79,6 @@
# match (i.e. if a file matches the first and second entry and View action
# is missing in the first one, then on pressing F3 the View action from
# the second entry will be used. default should catch all the actions.
-#
-# Any new entries you develop for you are always welcome if they are
-# useful on more than one system. You can send your modifications
-# by e-mail to mc-devel@gnome.org
-
-
-### Changes ###
-#
-# Reorganization: 2000-05-01 Michal Svec <rebel@penguin.cz>
-
-
-### TODO ###
-#
-# Postscript Open: ps2svga [gs -DEVICE=jpeg|zgv or something]
-# Images asciiview
-#
-# All X Apps [Nothing/Warning] if no DISPLAY
-# Not found [Default/Warning]
-# Empty Output [Default/Warning]
-# Edit: CopyOut+EDIT+CopyIn
-# Security Check gzip/bzip EDIT (mktemp)
-#
-# Maybe: Open/XOpen/GOpen/KOpen/... for Console/X/GNOME/KDE/etc.
-
-regex/\.pdf\.gz$
- Open=(zxpdf %f &)
### Archives ###
@@ -391,7 +365,6 @@
#Open=(gtv %f >/dev/null 2>&1 &)
#Open=(xanim %f >/dev/null 2>&1 &)
-
### Documents ###
# Postscript
@@ -408,6 +381,9 @@
#Open=(ghostview %f &)
View=%view{ascii} pdftotext %f -
+shell/.pdf.gz
+ Open=(zxpdf %f &)
+
# CHM
shell/.chm
Open=xchm %f &