Sfoglia il codice sorgente

remove an obsolet comment

Olivier Marty 9 anni fa
parent
commit
0496f34162
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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);