repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 5e7e1aa0aec5b475620d9b8d0c8d9d2fdf2c8c32:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 5e7e1aa0aec5b475620d9b8d0c8d9d2fdf2c8c32
Author: Emanuele Giaquinta 
Date:   Sat Apr 30 13:11:34 2011 +0000

    Cleanup.

diff --git a/src/background.C b/src/background.C
index d4f5bde3bbb757cec4020e20c3dad58ca347cc28..
index ..e7b732fd1116779cdb2eb7696d87a32c04072fe7 100644
--- a/src/background.C
+++ b/src/background.C
@@ -1186,7 +1186,7 @@ rxvt_term::tint_pixmap (Pixmap pixmap, Visual *visual, int width, int height)
   return ret;
 }

-/* make_transparency_pixmap()
+/*
  * Builds a pixmap of the same size as the terminal window that contains
  * the tiled portion of the root pixmap that is supposed to be covered by
  * our window.
diff --git a/src/command.C b/src/command.C
index e0474d9b7292ba4ea21a104d8f4f0efb4a36e65a..
index ..b0bad8a46cafaccdf6d26e1c870fd5db2d5cc757 100644
--- a/src/command.C
+++ b/src/command.C
@@ -2626,7 +2626,6 @@ rxvt_term::process_escape_seq ()

   switch (ch)
     {
-        /* case 1:        do_tek_mode (); break; */
       case '#':
         if (cmd_getc () == '8')
           scr_E ();
@@ -2697,10 +2696,10 @@ rxvt_term::process_escape_seq ()
         break;

         /* 8.3.142: SINGLE-SHIFT TWO */
-      /*case C1_SS2: scr_single_shift (2);   break; */
+      /* case C1_SS2: break; */

         /* 8.3.143: SINGLE-SHIFT THREE */
-      /*case C1_SS3: scr_single_shift (3);   break; */
+      /* case C1_SS3: break; */

         /* 8.3.27: DEVICE CONTROL STRING */
       case C1_DCS:		/* ESC P */
diff --git a/src/xdefaults.C b/src/xdefaults.C
index 567c21ce34fb19ad61bb0eae4019fba597958a0f..
index ..55f8092d2f2ff1cec2dd1b00f8018d5b8374a1bf 100644
--- a/src/xdefaults.C
+++ b/src/xdefaults.C
@@ -463,7 +463,6 @@ rxvt_usage (int type)

   rxvt_log ("\n\n");
   rxvt_exit_failure ();
-  /* NOTREACHED */
 }

 /*}}} */
@@ -524,7 +523,7 @@ rxvt_term::get_options (int argc, const char *const *argv)
           if (optList_isString (entry))
             {
               /*
-               * special cases are handled in main.c:main () to allow
+               * special cases are handled in init_resources () to allow
                * X resources to set these values before we settle for
                * default values
                */

-----END OF PAGE-----