diff --git a/src/nwb/device/Device.hpp b/src/nwb/device/Device.hpp index cf06eed..d12a4eb 100644 --- a/src/nwb/device/Device.hpp +++ b/src/nwb/device/Device.hpp @@ -38,17 +38,5 @@ class Device : public Container */ void initialize(const std::string& description, const std::string& manufacturer); - - /** - * @brief Gets the manufacturer of the device. - * @return The manufacturer of the device. - */ - std::string getManufacturer() const; - - /** - * @brief Gets the description of the device. - * @return The description of the device. - */ - std::string getDescription() const; }; } // namespace AQNWB::NWB