Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Commit

Permalink
Removed empty constructor from ofxUISpacer
Browse files Browse the repository at this point in the history
  • Loading branch information
camilosw committed Aug 4, 2012
1 parent facad72 commit 36e6864
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ofxUISpacer.h
Expand Up @@ -6,8 +6,6 @@
class ofxUISpacer : public ofxUIWidget
{
public:
ofxUISpacer() {}

ofxUISpacer(float w, float h, float x = 0, float y = 0)
{
init(w, h, x, y);
Expand Down

0 comments on commit 36e6864

Please sign in to comment.