Commit 3765bb4e authored by olau@iola.dk's avatar olau@iola.dk

Remove never-triggered condition


git-svn-id: https://flot.googlecode.com/svn/trunk@260 1e0a6537-2640-0410-bfb7-f154510ff394
parent 9b3ef35d
......@@ -556,8 +556,7 @@
if (s.datapoints.pointsize != null)
continue; // already filled in
if (s.datapoints.pointsize == null)
s.datapoints.pointsize = format.length;
s.datapoints.pointsize = format.length;
ps = s.datapoints.pointsize;
points = s.datapoints.points;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment