Thanks to this post, I was able to remove some of the ugly underlining semantic utilizes with it's inline parsing, but I still have a hyphen appearing at each of my function calls (and sometimes else where) that I would really like to remove. How can I do this? I have also looked through http://www.gnu.org/software/emacs/manual/html_mono/semantic.html#Tag-Decoration-Mode.
Reference image:

I'd suggest looking at your CEDET config instead. You're probably calling
semantic-load-enable-excessive-code-helpers. And this function got its name for a reason. So instead of enabling a function that has excessive it its name, and then trying to remove the excessive features, why not just stick with the basics? Just to show you my CEDET setup:But if there some extra cool functionality that only
semantic-load-enable-excessive-code-helpersprovides, please let me know.