summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Radek <chris@timeguy.com>2014-06-18 10:06:51 -0500
committerChris Radek <chris@timeguy.com>2014-06-18 10:06:51 -0500
commit4b2203b360bea96c88231a82c2c8008164cb3384 (patch)
tree324c2fe3dec0238e3cbd4974cecb12079b50e8e7
parentc99d3bef90503d5ad88be90d63337fa31b18969c (diff)
downloadlinuxcnc-4b2203b360bea96c88231a82c2c8008164cb3384.tar.gz
linuxcnc-4b2203b360bea96c88231a82c2c8008164cb3384.zip
Remove unused prototype
-rw-r--r--src/emc/tp/tp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emc/tp/tp.h b/src/emc/tp/tp.h
index 5f516afde..301e4ac5c 100644
--- a/src/emc/tp/tp.h
+++ b/src/emc/tp/tp.h
@@ -55,8 +55,4 @@ void tpToggleDIOs(TC_STRUCT * const tc); //gets called when a new tc is taken fr
int tpSetAout(TP_STRUCT * const tp, unsigned char index, double start, double end);
int tpSetDout(TP_STRUCT * const tp, int index, unsigned char start, unsigned char end); //gets called to place DIO toggles on the TC queue
-//Misc utlity functions for motion
-int tpFindIntersectionAngle(PmCartesian const * const u1,
- PmCartesian const * const u2, double * const theta);
-
#endif /* TP_H */