Remove GTK_SELECTION_MODE_EXTENDED from the docs

It does not exist anymore as an enum value.
This commit is contained in:
Matthias Clasen 2013-02-25 21:07:59 +01:00
parent d434a9103c
commit 4bb90a7443

View File

@ -488,7 +488,6 @@ typedef enum
* The Ctrl key may be used to enlarge the selection, and Shift
* key to select between the focus and the child pointed to.
* Some widgets may also allow Click-drag to select a range of elements.
* @GTK_SELECTION_EXTENDED: Deprecated, behaves identical to %GTK_SELECTION_MULTIPLE.
*
* Used to control what selections users are allowed to make.
*/