Remove stale comment.
authorNoah Levitt <nlevitt@columbia.edu>
Fri, 23 May 2003 20:42:35 +0000 (20:42 +0000)
committerNoah Levitt <nlevitt@src.gnome.org>
Fri, 23 May 2003 20:42:35 +0000 (20:42 +0000)
2003-05-23  Noah Levitt  <nlevitt@columbia.edu>

* glib/guniprop.c: Remove stale comment.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/guniprop.c

index 476d9d6..5d05ae9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-23  Noah Levitt  <nlevitt@columbia.edu>
+
+       * glib/guniprop.c: Remove stale comment.
+
 2003-05-22  Noah Levitt  <nlevitt@columbia.edu>
 
        * glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
index 476d9d6..5d05ae9 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-23  Noah Levitt  <nlevitt@columbia.edu>
+
+       * glib/guniprop.c: Remove stale comment.
+
 2003-05-22  Noah Levitt  <nlevitt@columbia.edu>
 
        * glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
index 476d9d6..5d05ae9 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-23  Noah Levitt  <nlevitt@columbia.edu>
+
+       * glib/guniprop.c: Remove stale comment.
+
 2003-05-22  Noah Levitt  <nlevitt@columbia.edu>
 
        * glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
index 476d9d6..5d05ae9 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-23  Noah Levitt  <nlevitt@columbia.edu>
+
+       * glib/guniprop.c: Remove stale comment.
+
 2003-05-22  Noah Levitt  <nlevitt@columbia.edu>
 
        * glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
index 476d9d6..5d05ae9 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-23  Noah Levitt  <nlevitt@columbia.edu>
+
+       * glib/guniprop.c: Remove stale comment.
+
 2003-05-22  Noah Levitt  <nlevitt@columbia.edu>
 
        * glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
index 476d9d6..5d05ae9 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-23  Noah Levitt  <nlevitt@columbia.edu>
+
+       * glib/guniprop.c: Remove stale comment.
+
 2003-05-22  Noah Levitt  <nlevitt@columbia.edu>
 
        * glib/guniprop.c: Update g_unichar_iswide to Unicode 4.0 (#113404).
index 0740b3c..9ff879c 100644 (file)
@@ -32,8 +32,6 @@
 #define ATTTABLE(Page, Char) \
   ((attr_table[Page] == G_UNICODE_MAX_TABLE_INDEX) ? 0 : (attr_data[attr_table[Page]][Char]))
 
-/* We cheat a bit and cast type values to (char *).  We detect these
-   using the &0xff trick.  */
 #define TTYPE(Page, Char) \
   ((type_table[Page] >= G_UNICODE_MAX_TABLE_INDEX) \
    ? (type_table[Page] - G_UNICODE_MAX_TABLE_INDEX) \