X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdocs.h;h=6c0e0fe4e68b7ae8a18ee094e2b4ad0692240f54;hp=71ce6e3771eb05de43d1d2912ed5bf6b49aa95bb;hb=6480e936da257519dd36840862ac995ca8c374da;hpb=1ef49f39828474ed05fe69aff68d400e3b7d4044 diff --git a/src/docs.h b/src/docs.h index 71ce6e3..6c0e0fe 100644 --- a/src/docs.h +++ b/src/docs.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: docs.h,v 1.23 2001/02/23 18:56:56 kevin Exp $ +** $Id: docs.h,v 1.24 2001/02/23 21:58:31 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -127,9 +127,6 @@ public: void OnAddBackground (wxCommandEvent& event); void OnRemoveBackground (wxCommandEvent& event); - void addReconstructor (BackgroundSupervisor* pRecon); - void removeReconstructor (BackgroundSupervisor* pRecon); - DECLARE_EVENT_TABLE() };