Skip to content

Commit

Permalink
remove use of Display.setFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed May 6, 2019
1 parent e803240 commit 2d186d4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/ntmatrixTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ void test_ntmatrix()
display.setLow(-15);
display.setHigh(15);
display.setDescription("This is a test scalar array");
display.setFormat("%d");
display.setUnits("A");
pvDisplay.set(display);
}
Expand Down
1 change: 0 additions & 1 deletion test/ntscalarArrayTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ void test_ntscalarArray()
display.setLow(-15);
display.setHigh(15);
display.setDescription("This is a test scalar array");
display.setFormat("%d");
display.setUnits("A");
pvDisplay.set(display);
}
Expand Down
1 change: 0 additions & 1 deletion test/ntscalarTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ void test_ntscalar()
display.setLow(-15);
display.setHigh(15);
display.setDescription("This is a test scalar");
display.setFormat("%d");
display.setUnits("A");
pvDisplay.set(display);
}
Expand Down

0 comments on commit 2d186d4

Please sign in to comment.