removed non const getFileIndex

This commit is contained in:
Erik Frojdh 2019-07-24 09:05:04 +02:00
parent 2c453fc1be
commit 9cc1ff43a9
2 changed files with 0 additions and 8 deletions

View File

@ -1639,12 +1639,6 @@ class slsDetector : public virtual slsDetectorDefs{
*/ */
fileFormat setFileFormat(fileFormat f); fileFormat setFileFormat(fileFormat f);
/**
* Returns file index
* @returns file index
*/
int getFileIndex();
/** /**
* Sets up the file index * Sets up the file index
* @param i file index * @param i file index

View File

@ -3487,8 +3487,6 @@ slsDetectorDefs::fileFormat slsDetector::getFileFormat() const {
return shm()->rxFileFormat; return shm()->rxFileFormat;
} }
int slsDetector::getFileIndex() { return shm()->rxFileIndex; }
int slsDetector::setFileIndex(int file_index) { int slsDetector::setFileIndex(int file_index) {
if (F_SET_RECEIVER_FILE_INDEX >= 0) { if (F_SET_RECEIVER_FILE_INDEX >= 0) {
int retval = -1; int retval = -1;