Cleanup of -Wpointer-compare warnings.
[oweals/cde.git] / cde / lib / DtPrint / PrintSetupBP.h
index d6ff4071121659882c53c0798d51dc258edda97c..b6ff530572953cca5c546ddd1923c7e18dea5aba 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with these librararies and programs; if not, write
+ * License along with these libraries and programs; if not, write
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
@@ -172,7 +172,9 @@ typedef struct _DtPrintDefaultProcData
     int* printer_counts;
     int selected_printer;
     Display* select_printer_info_display;
+#if 0 && defined(PRINTING_SUPPORTED)
     XPContext select_printer_info_context;
+#endif /* PRINTING_SUPPORT */
     /*
      * printer info proc
      */
@@ -272,7 +274,9 @@ typedef struct
      */
     String modal_printer_spec;
     Display* print_display;
+#if 0 && defined(PRINTING_SUPPORTED)
     XPContext print_context;
+#endif /* PRINTING_SUPPORTED */
     XtIntervalId timeout_id;
     /*
      * descendents
@@ -344,8 +348,10 @@ typedef struct _DtPrintSetupBoxRec
     (((DtPrintSetupBoxWidget) (w))->print_setup_box.cancel_callback)
 #define PSUB_CloseDisplayCallback(w) \
     (((DtPrintSetupBoxWidget) (w))->print_setup_box.close_display_callback)
+#if 0 && defined(PRINTING_SUPPORTED)
 #define PSUB_Context(w) \
     (((DtPrintSetupBoxWidget) (w))->print_setup_box.print_context)
+#endif /* PRINTING_SUPPORTED */
 #define PSUB_Copies(w) \
     (((DtPrintSetupBoxWidget) (w))->print_setup_box.copies)
 #define PSUB_CopiesControl(w) \