Browse Source

Remove ofxPiMapper::loadXmlSettings

In favour of loadProject.
master
Krisjanis Rijnieks 9 years ago
parent
commit
dc13e607fd
  1. 4
      src/ofxPiMapper.cpp
  2. 2
      src/ofxPiMapper.h

4
src/ofxPiMapper.cpp

@ -72,10 +72,6 @@ void ofxPiMapper::moveSelection(ofVec2f by){
_application.getState()->moveSelection(&_application, by);
}
bool ofxPiMapper::loadXmlSettings(string fileName){
return _application.loadXmlSettings(fileName);
}
void ofxPiMapper::saveProject(){
_application.saveProject();
}

2
src/ofxPiMapper.h

@ -68,8 +68,6 @@ class ofxPiMapper {
void togglePauseForSurface(unsigned int i);
void moveSelection(ofVec2f by);
bool loadXmlSettings(string fileName);
private:
ofx::piMapper::Application _application;
};

Loading…
Cancel
Save