|
@@ -256,9 +256,7 @@ int main(int argc, char **argv)
|
|
|
G_fatal_error(_("At least two points are required"));
|
|
|
|
|
|
/* establish connection with graphics driver */
|
|
|
- if (D_open_driver() != 0)
|
|
|
- G_fatal_error(_("No graphics device selected. "
|
|
|
- "Use d.mon to select graphics device."));
|
|
|
+ D_open_driver();
|
|
|
|
|
|
D_setup2(1, 0, 1.05, -0.05, -0.15, 1.05);
|
|
|
|