Skip to content

Commit

Permalink
CXX: Fix definition in picture.cc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamievlin committed Aug 12, 2024
1 parent 726e71d commit cae051f
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions picture.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1442,27 +1442,6 @@ void picture::render(double size2, const triple& Min, const triple& Max,
}

typedef gl::GLRenderArgs Communicate;
struct Communicate : public gc {
string prefix;
picture* pic;
string format;
double width;
double height;
double angle;
double zoom;
triple m;
triple M;
pair shift;
pair margin;
double *t;
double *tup;
double *background;
size_t nlights;
triple *lights;
double *diffuse;
double *specular;
bool view;
};

Communicate com;

Expand Down

0 comments on commit cae051f

Please sign in to comment.