Skip to content

Commit

Permalink
Removed duplicated FrameBuffer method
Browse files Browse the repository at this point in the history
  • Loading branch information
favreau committed Jun 21, 2021
1 parent e37681c commit 0f359d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion brayns/engineapi/FrameBuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ class FrameBuffer : public BaseObject
}
const std::string& getName() const { return _name; }
void incrementAccumFrames() { ++_accumFrames; }
const size_t getAccumFrames() const { return _accumFrames; }
size_t numAccumFrames() const { return _accumFrames; }
freeimage::ImagePtr getImage();

Expand Down

0 comments on commit 0f359d8

Please sign in to comment.