projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5bda64
)
Remove two redundant comments
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 9 Aug 2010 02:15:16 +0000
(22:15 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 9 Aug 2010 03:55:11 +0000
(23:55 -0400)
glib/garray.c
patch
|
blob
|
history
diff --git
a/glib/garray.c
b/glib/garray.c
index 01c6de45d4fda98ecb56ae3c4a0f92683e85050e..ac9a354b77a20b713df7b2a046a69bd5a4bbf135 100644
(file)
--- a/
glib/garray.c
+++ b/
glib/garray.c
@@
-692,8
+692,6
@@
g_array_maybe_expand (GRealArray *array,
}
}
-/* Pointer Array
- */
/**
* SECTION: arrays_pointer
* @title: Pointer Arrays
@@
-1308,8
+1306,6
@@
g_ptr_array_foreach (GPtrArray *array,
(*func) (array->pdata[i], user_data);
}
-/* Byte arrays
- */
/**
* SECTION: arrays_byte
* @title: Byte Arrays