summaryrefslogtreecommitdiff
path: root/binaryview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'binaryview.cpp')
-rw-r--r--binaryview.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/binaryview.cpp b/binaryview.cpp
index 01ab7b95..3eea7241 100644
--- a/binaryview.cpp
+++ b/binaryview.cpp
@@ -1087,30 +1087,6 @@ bool Segment::IsAutoDefined() const
}
-void Segment::SetLength(uint64_t length)
-{
- BNSegmentSetLength(m_object, length);
-}
-
-
-void Segment::SetDataOffset(uint64_t dataOffset)
-{
- BNSegmentSetDataOffset(m_object, dataOffset);
-}
-
-
-void Segment::SetDataLength(uint64_t dataLength)
-{
- BNSegmentSetDataLength(m_object, dataLength);
-}
-
-
-void Segment::SetFlags(uint32_t flags)
-{
- BNSegmentSetFlags(m_object, flags);
-}
-
-
Section::Section(BNSection* sec)
{
m_object = sec;