diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-03-04 15:03:40 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-03-04 15:04:44 +1000 |
commit | 07f0588bbd85655ba7d2ef4d2a3f4a62ddb638bc (patch) | |
tree | 9bab371fd690736bc5e70b4d8ae2f33a0a1a4a41 /tools | |
parent | 020142e57cbf709bd694112c32522a040042544d (diff) |
synclient: don't print driver's package version info.
synclient is not the driver. If you want to know the driver's version, look in
the log file. After all, synclient would only print the one it was compiled
with anyway, not the one of the driver.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/synclient.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/synclient.c b/tools/synclient.c index ff7292c..40279d4 100644 --- a/tools/synclient.c +++ b/tools/synclient.c @@ -217,7 +217,6 @@ shm_show_hw_info(SynapticsSHM *synshm) printf(" This is normal if you are running linux kernel 2.6.\n"); printf(" Check the kernel log for touchpad hardware information.\n"); } - printf("Driver version: %d\n", (PACKAGE_VERSION_MAJOR*10000+PACKAGE_VERSION_MINOR*100+PACKAGE_VERSION_PATCHLEVEL)); } static void |