Skip to content

Commit

Permalink
removed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Lange committed Dec 4, 2013
1 parent c2b028b commit 5951fd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/exampleControls/ofxTimeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ void ofxTimeline::setup(float x, float y, float w, float h, int range ) {
dropZone.set(x,y,w*4,h);
timerange = range;

dropZone.startListeningTo(this);
setMoveListenersSpeed(-3,0);
// settings.x0 = &(dropZone.x);
// settings.y0 = &(dropZone.y);
Expand Down
3 changes: 1 addition & 2 deletions src/exampleControls/ofxTimeline.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@

#include "ofMain.h"
#include "ofxTangibleHandle.h"
#include "ofxDropZone.h"

class ofxTimeline : public ofxTangibleYFixedHandle {
public:
virtual void setup(float x,float y,float w,float h,int range = 300);

virtual void draw();
protected:
ofxDropZone dropZone;
ofRectangle dropZone;
float lineHeight;
float lineCount;
int timerange;
Expand Down

0 comments on commit 5951fd2

Please sign in to comment.