aboutsummaryrefslogtreecommitdiffstats
path: root/ui/win32/print_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/win32/print_win32.h')
-rw-r--r--ui/win32/print_win32.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/ui/win32/print_win32.h b/ui/win32/print_win32.h
deleted file mode 100644
index cb14ca03f6..0000000000
--- a/ui/win32/print_win32.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* print_mswin.h
- * Printing support for MSWindows
- *
- * Wireshark - Network traffic analyzer
- * By Gerald Combs <gerald@wireshark.org>
- * Copyright 2002, Jeffrey C. Foster <jfoste@woodward.com>
- *
- * SPDX-License-Identifier: GPL-2.0-or-later
- */
-
-#ifndef __PRINT_MSWIN_H__
-#define __PRINT_MSWIN_H__
-
-/** @file
- * Win32 specific printing.
- */
-
-/** Print the given file.
- *
- * @param file_name the file to print
- */
-void print_mswin(const char *file_name);
-
-#endif