diff --git a/cde/programs/dtinfo/dtinfo/src/Other/WindowSystemMotif.C b/cde/programs/dtinfo/dtinfo/src/Other/WindowSystemMotif.C index a1b7715a4..b621843a5 100644 --- a/cde/programs/dtinfo/dtinfo/src/Other/WindowSystemMotif.C +++ b/cde/programs/dtinfo/dtinfo/src/Other/WindowSystemMotif.C @@ -588,10 +588,6 @@ WindowSystem::init() // the $%^& doesn't seem to get called. 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_toplevel = f_video_shell->widget;