aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/wmfuzzy/files/patch-wmfuzzy.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-clocks/wmfuzzy/files/patch-wmfuzzy.c')
-rw-r--r--x11-clocks/wmfuzzy/files/patch-wmfuzzy.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/x11-clocks/wmfuzzy/files/patch-wmfuzzy.c b/x11-clocks/wmfuzzy/files/patch-wmfuzzy.c
deleted file mode 100644
index 9a7923579c52..000000000000
--- a/x11-clocks/wmfuzzy/files/patch-wmfuzzy.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- wmfuzzy.c.orig Wed Mar 17 16:58:40 2004
-+++ wmfuzzy.c Sat Mar 27 22:15:00 2004
-@@ -55,10 +55,10 @@
- }
-
- void display_time(const struct tm* tm) {
-+ const ApproximateTime approximation = approximate(tm, gGranularity);
-+
- static char text[30];
- memset(text, 0, ARRAY_SIZE(text));
--
-- const ApproximateTime approximation = approximate(tm, gGranularity);
-
- if (approximation.minutes == 0)
- {