mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Remove GetTable from wpilibc Sendable interface.
This allows nearly all m_table member variables to be removed.
This commit is contained in:
@@ -13,10 +13,6 @@ const char* SendableChooserBase::kDefault = "default";
|
||||
const char* SendableChooserBase::kOptions = "options";
|
||||
const char* SendableChooserBase::kSelected = "selected";
|
||||
|
||||
std::shared_ptr<nt::NetworkTable> SendableChooserBase::GetTable() const {
|
||||
return m_table;
|
||||
}
|
||||
|
||||
std::string SendableChooserBase::GetSmartDashboardType() const {
|
||||
return "String Chooser";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user