removed CloseTerminal prototype

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4260 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2003-08-10 06:35:12 +00:00
parent f426094c5a
commit a93443a14a

View File

@ -21,7 +21,6 @@ public:
virtual void DispatchMessage(BMessage *an_event, BHandler *handler);
void OpenTerminal(BMessage * message = 0);
void CloseTerminal();
private:
void PrintUsage(const char * execname);
bool fWindowOpened;