summaryrefslogtreecommitdiff
path: root/time/asclock-xlib/patches/patch-ad
blob: f0b67ac822e7d0af2aeabe8eb056a3a2ed52159b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-ad,v 1.1 2007/11/30 20:41:10 rillig Exp $

The image data is not used anywhere.

--- asclock.h.orig	1999-03-14 23:08:08.000000000 +0000
+++ asclock.h	2007-11-30 20:39:16.000000000 +0000
@@ -37,17 +37,6 @@ extern symbol config_symbols[];
 #define MAX_PATH_LEN 512
 #define INT_TYPE 0;
 
-/* the xpm data */
-extern char *clock_xpm[];
-extern char *month_xpm[];
-extern char *weekday_xpm[];
-extern char *led_xpm[];
-extern char *date_xpm[];
-extern char *hour_xpm[];
-extern char *minute_xpm[];
-extern char *second_xpm[];
-extern char *beats_xpm[];
-
 /* the filenames */
 extern char clock_xpm_fn[MAX_PATH_LEN];
 extern char month_xpm_fn[MAX_PATH_LEN];