diff options
author | Simon Howard | 2013-04-01 14:59:34 +0000 |
---|---|---|
committer | Simon Howard | 2013-04-01 14:59:34 +0000 |
commit | 47af28e16863f08efd7f8f8ab04b9bcf44846cbd (patch) | |
tree | 34a49cc30f9ff65c0e56fc6c2708a2eb17f81ecb /textscreen/txt_widget.h | |
parent | 917aa5b184fdfc03a80ce46fb857c3a2780dc705 (diff) | |
parent | bd0f386997cccbeb41103d76f3dc6d9484800f0d (diff) | |
download | chocolate-doom-47af28e16863f08efd7f8f8ab04b9bcf44846cbd.tar.gz chocolate-doom-47af28e16863f08efd7f8f8ab04b9bcf44846cbd.tar.bz2 chocolate-doom-47af28e16863f08efd7f8f8ab04b9bcf44846cbd.zip |
Merge from trunk.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2577
Diffstat (limited to 'textscreen/txt_widget.h')
-rw-r--r-- | textscreen/txt_widget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textscreen/txt_widget.h b/textscreen/txt_widget.h index f64b9517..3bde760d 100644 --- a/textscreen/txt_widget.h +++ b/textscreen/txt_widget.h @@ -168,7 +168,6 @@ int TXT_HoveringOverWidget(TXT_UNCAST_ARG(widget)); * whether it is selected and the mouse is hovering over it. * * @param widget The widget. - * @param selected Whether the widget is selected. */ void TXT_SetWidgetBG(TXT_UNCAST_ARG(widget)); |