24 lines
656 B
Text
24 lines
656 B
Text
$NetBSD: patch-ab,v 1.1 2007/11/30 20:38:06 rillig Exp $
|
|
|
|
The image data is not used anywhere.
|
|
|
|
--- asclock.h.orig 1999-03-26 06:49:34.000000000 +0000
|
|
+++ asclock.h 2007-11-30 20:36:03.000000000 +0000
|
|
@@ -75,17 +75,6 @@ extern gint visual_depth;
|
|
GdkVisual *visual;
|
|
GdkColormap *cmap;
|
|
|
|
-/* the xpm data */
|
|
-extern char *clock_xpm[];
|
|
-extern char *month_xpm[];
|
|
-extern char *weekday_xpm[];
|
|
-extern char *led_xpm[];
|
|
-extern char *beats_xpm[];
|
|
-extern char *date_xpm[];
|
|
-extern char *hour_xpm[];
|
|
-extern char *minute_xpm[];
|
|
-extern char *second_xpm[];
|
|
-
|
|
/* the filenames */
|
|
extern char clock_xpm_fn[MAX_PATH_LEN];
|
|
extern char month_xpm_fn[MAX_PATH_LEN];
|