summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-04-06 10:44:40 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-04-06 10:44:40 -0700
commit3e8f9cdb2f0ef2e09f205238a4b54b3b5ea0bcc2 (patch)
tree7b427e91b62bc3fc7f698dc1d88db665f7d335d4
parent2aceb697608a7fb621799122b27ef9dfca5b6acc (diff)
specs: remove function prototypes duplicated as arguments to themselves
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--specs/Toggle.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/specs/Toggle.xml b/specs/Toggle.xml
index 0bdcd87..ee6d903 100644
--- a/specs/Toggle.xml
+++ b/specs/Toggle.xml
@@ -658,7 +658,6 @@ use <xref linkend='XawToggleGetCurrent' xrefstyle='select: title'/>.
<funcsynopsis id='XawToggleGetCurrent'>
<funcprototype>
<funcdef>XtPointer<function> XawToggleGetCurrent</function></funcdef>
- <paramdef>XtPointer<parameter> XawToggleGetCurrent(radio_group)</parameter></paramdef>
<paramdef>Widget<parameter> radio_group</parameter></paramdef>
</funcprototype>
</funcsynopsis>
@@ -694,7 +693,6 @@ To change the Toggle that is currently set in a radio group use
<funcsynopsis id='XawToggleSetCurrent'>
<funcprototype>
<funcdef>void<function> XawToggleSetCurrent</function></funcdef>
- <paramdef>voidXawToggleSetCurrent(radio_group,<parameter> radio_data)</parameter></paramdef>
<paramdef>Widget<parameter> radio_group</parameter></paramdef>
<paramdef>XtPointer<parameter> radio_data</parameter></paramdef>
</funcprototype>
@@ -747,7 +745,6 @@ To unset all Toggle widgets in a radio group use
<funcsynopsis id='XawToggleUnsetCurrent'>
<funcprototype>
<funcdef>void<function> XawToggleUnsetCurrent</function></funcdef>
- <paramdef>void<parameter> XawToggleUnsetCurrent(radio_group)</parameter></paramdef>
<paramdef>Widget<parameter> radio_group</parameter></paramdef>
</funcprototype>
</funcsynopsis>