summaryrefslogtreecommitdiff
path: root/gui/src/chainImageSet.h
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2018-10-29 08:42:08 +0000
committerTim Redfern <tim@getdrop.com>2018-10-29 08:42:08 +0000
commit77b184994e5f8804f796489273b9ef99a2cd3d15 (patch)
tree1c5d1cd9c4e108915ae76ca1fc59e3a5ebe69e2a /gui/src/chainImageSet.h
parentf1bf4431e11666ca0131af8f10a934993b768f44 (diff)
restored basic operationtim/apect
Diffstat (limited to 'gui/src/chainImageSet.h')
-rw-r--r--gui/src/chainImageSet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/chainImageSet.h b/gui/src/chainImageSet.h
index 7df4767..4a13c74 100644
--- a/gui/src/chainImageSet.h
+++ b/gui/src/chainImageSet.h
@@ -30,7 +30,7 @@ class chainImageSet{
}
void drawGui(int x,int y,bool is_selected);
void drawOutput();
- void drawGpu();
+ //void drawGpu();
void updateOutput();
bool addfiles(std::vector<string> &filenames);
bool add(std::string filename,ofPoint pos=ofPoint(0,0),float ratio=0.3,float rotation=0.0);