X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fstyle.c;h=bce151662326275c8c91563f92a33fe3b7a9e24b;hb=904fed6618b22e84597efd60c3784e57d44f3ef1;hp=54b8aa2d687a47c93f76936cf7e58b809e9ecf9b;hpb=16a17e66c632c5f0a654a3999b57eeb61730a473;p=projects%2Fchimara%2Fchimara.git diff --git a/src/style.c b/src/style.c index 54b8aa2..bce1516 100644 --- a/src/style.c +++ b/src/style.c @@ -1,19 +1,7 @@ #include "glk.h" -/** - * glk_set_style: - * @val: A style. - * - * Changes the style of the current output stream. @val should be one of - * #style_Normal, #style_Emphasized, #style_Preformatted, #style_Header, - * #style_Subheader, #style_Alert, #style_Note, #style_BlockQuote, #style_Input, - * #style_User1, or #style_User2. However, any value is actually legal; if the - * library does not recognize the style value, it will treat it as - * #style_Normal. (This policy allows for the future definition of styles - * without breaking old Glk libraries.) - */ void -glk_set_style(glui32 val) +glk_set_style(glui32 styl) { /* No nothing yet */ return;