Skip to content

Commit

Permalink
More code duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars-Kool committed Aug 21, 2024
1 parent 02d1339 commit b96b2ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MMCore/MMCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,6 @@ class CMMCore
std::string getPressurePumpDevice();
std::string getVolumetricPumpDevice();
std::string getChannelGroup();
std::string getPressurePumpDevice();
std::string getVolumetricPumpDevice();
void setCameraDevice(const char* cameraLabel) throw (CMMError);
void setShutterDevice(const char* shutterLabel) throw (CMMError);
void setFocusDevice(const char* focusLabel) throw (CMMError);
Expand All @@ -295,8 +293,6 @@ class CMMCore
void setPressurePumpDevice(const char* pumpLabel) throw (CMMError);
void setVolumetricPumpDevice(const char* pumpLabel) throw (CMMError);
void setChannelGroup(const char* channelGroup) throw (CMMError);
void setPressurePumpDevice(const char* galvoLabel) throw (CMMError);
void setVolumetricPumpDevice(const char* galvoLabel) throw (CMMError);
///@}

/** \name System state cache.
Expand Down

0 comments on commit b96b2ae

Please sign in to comment.