/////////////////////////////////////////////////////////////////////////////
// Name: main.cpp
// Purpose: Entry point
-// Author: AUTHOR
+// Author: David Webster
// Modified by:
-// Created: ??/??/98
+// Created: 10/10/99
// RCS-ID: $Id$
-// Copyright: (c) AUTHOR
-// Licence: wxWindows licence
+// Copyright: (c) David Webster
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#include "wx/app.h"
-
-int main(int argc, char* argv[])
-{
- return wxEntry(argc, argv);
-}
+// We don't put main() in the library any more. SN.