Skip to content
Snippets Groups Projects
Commit 429c9915 authored by Douglas Araujo's avatar Douglas Araujo
Browse files

Remove empty if statement

parent 2d9bb69f
No related branches found
No related tags found
1 merge request!23ICSHWI-11121: Tidyup code
...@@ -320,8 +320,6 @@ int Orca::initCamera() { ...@@ -320,8 +320,6 @@ int Orca::initCamera() {
err |= readParameter(DETECTOR_PIXEL_NUM_HORZ); err |= readParameter(DETECTOR_PIXEL_NUM_HORZ);
err |= readParameter(DETECTOR_PIXEL_NUM_VERT); err |= readParameter(DETECTOR_PIXEL_NUM_VERT);
if (err) {
}
return err; return err;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment