Ignore:
Timestamp:
2000-09-04T15:12:08+12:00 (24 years ago)
Author:
sjboddie
Message:

Removed the old buildaction (was replaced by the collectoraction)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/librarymain.cpp

    r1471 r1494  
    5050#include "usersaction.h"
    5151#include "extlinkaction.h"
    52 #include "buildaction.h"
    5352#include "delhistoryaction.h"
    5453#include "tipaction.h"
     
    257256  recpt.add_action (&anextlinkaction);
    258257
    259   buildaction abuildaction;
    260   abuildaction.set_receptionist (&recpt);
    261   recpt.add_action (&abuildaction);
    262 
    263258  authenaction aauthenaction;
    264259  aauthenaction.set_receptionist(&recpt);
Note: See TracChangeset for help on using the changeset viewer.