mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 03:20:05 +01:00
tools: make-ptraccel-graphs: drop an unnecessary outfile
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
6480bfe14d
commit
0021f9e7a8
1 changed files with 0 additions and 1 deletions
|
|
@ -69,7 +69,6 @@ plot for [s in speeds] fname(s) using 1:2 title s, \
|
|||
EOF
|
||||
|
||||
outfile="ptraccel-trackpoint"
|
||||
$tool --mode=accel --dpi=1000 --filter=linear > $outfile-mouse.gnuplot
|
||||
for speed in $speeds; do
|
||||
$tool --mode=accel --speed=$speed --filter=trackpoint > $outfile-$speed.gnuplot
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue