From 248c05b10d46c007cb208d2517afe79745f2e871 Mon Sep 17 00:00:00 2001 From: Brad Eric Hollister Date: Thu, 20 Aug 2015 17:21:05 -0700 Subject: [PATCH] added info about move V subcommand. --- src/libged/nmg.c | 2 ++ src/libged/nmg_make_v.c | 9 --------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/libged/nmg.c b/src/libged/nmg.c index c67feb6d74..83c90f41b2 100644 --- a/src/libged/nmg.c +++ b/src/libged/nmg.c @@ -75,6 +75,8 @@ ged_nmg(struct ged *gedp, int argc, const char *argv[]) "vertex specified by the coordinates x_initial y_initial " "z_initial to the position with coordinates x_final y_final " "z_final.\n"); + bu_vls_printf(gedp->ged_result_str, "\tmake V - creates a new " + "vertex in the nmg object.\n"); return GED_HELP; } diff --git a/src/libged/nmg_make_v.c b/src/libged/nmg_make_v.c index 6db5d7f611..73112fe16e 100644 --- a/src/libged/nmg_make_v.c +++ b/src/libged/nmg_make_v.c @@ -23,15 +23,6 @@ * */ -#include "common.h" - -#include - -#include "bu/cmd.h" -#include "rt/geom.h" - -#include "./ged_private.h" - #include "common.h" #include "nmg.h"