Skip to content

Commit

Permalink
Remove undefined functions from Device
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Sep 21, 2024
1 parent 435866c commit ce3227c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/nwb/device/Device.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ce3227c

Please sign in to comment.