summaryrefslogtreecommitdiff
path: root/man.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-13 17:31:00 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-13 17:31:00 -0800
commit3fd68cb4ed34958cfc4d6cea123377f070561181 (patch)
treeac980b344e469c0ed785a99fd35cc792a1acaf6d /man.h
parent8d5ae4a89ac057bc26db9c819136460331ffd29b (diff)
unifdef INCLUDE_XPRINT_SUPPORT
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man.h')
-rw-r--r--man.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/man.h b/man.h
index bdb66e4..a026259 100644
--- a/man.h
+++ b/man.h
@@ -147,11 +147,6 @@ typedef struct _ManpageGlobals {
search_entry, both_screens_entry, remove_entry,
open_entry, print_entry, version_entry, quit_entry;
-#ifdef INCLUDE_XPRINT_SUPPORT
- /* Print objects and data */
- Widget printdialog_shell; /* Shell for the print dialog */
- Widget printdialog; /* Print dialog */
-#endif /*INCLUDE_XPRINT_SUPPORT */
/* Misc. */
char manpage_title[80]; /* The label to use for the current manpage. */
@@ -244,10 +239,6 @@ void SaveFormattedPage(Widget w, XEvent * event, String * params,
Cardinal * num_params);
void Search(Widget w, XEvent * event, String * params, Cardinal * num_params);
-#ifdef INCLUDE_XPRINT_SUPPORT
-void PrintThisManpage(Widget w, XEvent * event, String * params,
- Cardinal * num_params);
-#endif /* INCLUDE_XPRINT_SUPPORT */
void ShowVersion(Widget w, XEvent * event, String * params,
Cardinal * num_params);