mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtinfo: prevent allocating redundant DtPrintSetupData.
This commit is contained in:
parent
14c89d4578
commit
342386bfab
1 changed files with 0 additions and 4 deletions
|
@ -588,10 +588,6 @@ WindowSystem::init()
|
||||||
// the $%^& doesn't seem to get called.
|
// the $%^& doesn't seem to get called.
|
||||||
|
|
||||||
f_AppPrintData = new AppPrintData;
|
f_AppPrintData = new AppPrintData;
|
||||||
f_AppPrintData->f_print_data = (DtPrintSetupData*)XtCalloc(1, sizeof(DtPrintSetupData));
|
|
||||||
f_AppPrintData->f_pform = NULL ;
|
|
||||||
f_AppPrintData->f_print_dialog = NULL;
|
|
||||||
f_AppPrintData->f_print_shell = NULL;
|
|
||||||
f_AppPrintData->f_print_only = f_video_shell->print_only;
|
f_AppPrintData->f_print_only = f_video_shell->print_only;
|
||||||
f_toplevel = f_video_shell->widget;
|
f_toplevel = f_video_shell->widget;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue