X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fstyle.c;h=bce151662326275c8c91563f92a33fe3b7a9e24b;hb=062bbb9e7322c8e3f5162f86fc2f93bfc587b830;hp=54b8aa2d687a47c93f76936cf7e58b809e9ecf9b;hpb=db0f0fc8ee25926da8d34b826a3fc80d6186adbb;p=rodin%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;