summaryrefslogtreecommitdiff
path: root/xkbwatch.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-18 17:19:18 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-18 17:21:52 -0800
commitaa03a3b7f00c9b3697fc5c33b1febf38247450a3 (patch)
tree5cc7633ae45c1bed4771523e980dbfd4981bc357 /xkbwatch.c
parent5f875c8a6bc12d47ad655ba820031bb917f321c0 (diff)
Remove uSetErrorFile()
It was only ever called with an argument of NullString, which set the errorFile to stderr, so we'll just do that at compile time instead. Also removes NullString, which was only ever used in uSetErrorFile. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xkbwatch.c')
-rw-r--r--xkbwatch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xkbwatch.c b/xkbwatch.c
index 583e222..4a71d28 100644
--- a/xkbwatch.c
+++ b/xkbwatch.c
@@ -86,7 +86,6 @@ main(int argc, char *argv[])
}
}
- uSetErrorFile(NullString);
toplevel = XtOpenApplication(&app_con, "XkbWatch",
options, XtNumber(options), &argc, argv,
fallback_resources,