Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
willamowius committed Sep 17, 2021
1 parent 3b3c990 commit 71f0759
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RasTbl.h
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ class EndpointRec
bool AddCallingPartyToSourceAddress() const { return m_addCallingPartyToSourceAddress; }
PString GetDisabledCodecs() const { return m_disabledcodecs; }

void SetForceTerminalType(int t) { m_forceTerminalType = t; }
int GetForceTerminalType() const { return m_forceTerminalType; }

void SetGnuGkAssignedGk(const PIPSocket::Address & addr) { m_hasGnuGkAssignedGk = true; m_GnuGkAssignedGk = addr; }
Expand Down

0 comments on commit 71f0759

Please sign in to comment.