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,7 +556,6 @@ ...@@ -556,7 +556,6 @@
if (s.datapoints.pointsize != null) if (s.datapoints.pointsize != null)
continue; // already filled in continue; // already filled in
if (s.datapoints.pointsize == null)
s.datapoints.pointsize = format.length; s.datapoints.pointsize = format.length;
ps = s.datapoints.pointsize; ps = s.datapoints.pointsize;
......
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