Rimosso membro _compr e relativi metodi.

git-svn-id: svn://10.65.10.50/trunk@2828 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1996-05-15 16:18:28 +00:00
parent d9cec5824e
commit 26fb30bbc6
2 changed files with 0 additions and 6 deletions

View File

@ -1540,7 +1540,6 @@ TPrint_application::TPrint_application ():TApplication (), _transtab (10),
_wbar = _wcancel = TRUE;
_wmess = "Stampa in corso\nPrego attendere";
_wthr = 5;
_confpr = "printer.ini";
_fillchar = ' ';
_pr_tree = NULL;
_print_defined = FALSE;

View File

@ -162,8 +162,6 @@ class TPrint_application : public TApplication
bool _wcancel;
// @cmember:(INTERNAL) Numero minimo di item per mostrare la barra di attesa
int _wthr;
// @cmember:(INTERNAL) Nome del file di configurazione per la stampante
const char* _confpr;
// @cmember:(INTERNAL) Carattere di riempimento per campi vuoti
char _fillchar;
// @cmember:(INTERNAL) Funzioni per la stampa automatica delle relazioni
@ -427,9 +425,6 @@ public:
void force_setpage(bool b = TRUE)
{ _force_setpage = b; }
// @cmember Setta il nome del file di configurazione per la stampante
void set_config_file(const char* s)
{ _confpr = s; }
// @cmember Ritorna il numero della pagina attualmente in stampa
word get_page_number()
{ return printer().getcurrentpage(); }