Browse Source

remove an obsolet comment

Olivier Marty 9 years ago
parent
commit
0496f34162
1 changed files with 0 additions and 1 deletions
  1. 0 1
      printer.h

+ 0 - 1
printer.h

@@ -41,7 +41,6 @@ struct printerEnv
 
 enum t_type {T_ITALIC = 1, T_BOLD = 2};
 
-// if width < 0 the window will be as larger as possible
 struct printerEnv printerOpenWindow(char *font, char *font_i, char *font_b,
   char *font_bi);
 void printerCloseWindow(struct printerEnv env);