Remove old main() functions
authorIra W. Snyder <devel@irasnyder.com>
Fri, 18 Jan 2008 06:40:37 +0000 (22:40 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Fri, 18 Jan 2008 06:40:37 +0000 (22:40 -0800)
commit3e2d4445566d732617d584a2cb4a2aef5573ecba
treed690e49a76742fbd2fc8be4e3a130a880ef05900
parent991bd2ff6b3b8d56e2ab8c0e2722848da74422c0
Remove old main() functions

Previously, there were main() functions in both tilda-terminal.c and
tilda-window.c. They were used for testing when originally implementing
the TildaTerminal and TildaWindow types, respectively.

Since they are no longer useful, and probably wouldn't run anyway,
they can be removed.
tilda-terminal.c
tilda-terminal.h
tilda-window.c
tilda-window.h