mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
ncpp_build: disable Plot stuff for now #1009
This commit is contained in:
parent
b7dc102eb8
commit
25a192c7ba
@ -27,10 +27,14 @@ int run ()
|
||||
|
||||
const char *ncver = nc.version ();
|
||||
{
|
||||
Plane plane (1, 1, 0, 0);
|
||||
Plot plot1 (plane);
|
||||
PlotU plot2 (plane);
|
||||
PlotD plot3 (plane);
|
||||
/*
|
||||
Plane p1 (1, 1, 0, 0);
|
||||
Plot plot1 (p1);
|
||||
Plane p2 (1, 1, 0, 0);
|
||||
PlotU plot2 (p2);
|
||||
Plane p3 (1, 1, 0, 0);
|
||||
PlotD plot3 (p3);
|
||||
*/
|
||||
}
|
||||
|
||||
nc.stop ();
|
||||
|
@ -28,10 +28,12 @@ int run ()
|
||||
|
||||
const char *ncver = nc.version ();
|
||||
{
|
||||
/*
|
||||
Plane plane (1, 1, 0, 0);
|
||||
Plot plot1 (plane);
|
||||
PlotU plot2 (plane);
|
||||
PlotD plot3 (plane);
|
||||
*/
|
||||
}
|
||||
|
||||
nc.stop ();
|
||||
|
Loading…
Reference in New Issue
Block a user