greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 1911

Show
Ignore:
Timestamp:
2001-02-07 11:54:06 (8 years ago)
Author:
kjm18
Message:

delhistoryaction removed

Files:

Legend:

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

    r1870 r1911  
    5151#include "usersaction.h" 
    5252#include "extlinkaction.h" 
    53 #include "delhistoryaction.h" 
    5453#include "tipaction.h" 
    5554#include "collectoraction.h" 
     
    229228  recpt.add_action (&aauthenaction); 
    230229 
    231   delhistoryaction adelhistoryaction; 
    232   recpt.add_action(&adelhistoryaction); 
    233  
    234230  collectoraction acollectoraction; 
    235231  acollectoraction.set_receptionist (&recpt);