mirror of
https://github.com/nasa/trick.git
synced 2025-02-20 09:16:20 +00:00
Removed all motif dependencies. I removed the motif based table renderer that is duplicated here in gxplot. The same table renderer is in fxplot with one main difference, the one in fxplot actually renders tables, this one was not working. Also removed an error message dialog box that depended on motif, replacing them with std::cerr calls. Removed -lXm when linking gxplot refs #121