Remove to_referer() method, as it fails if no referer was given

This commit is contained in:
Martin Willi
2010-04-07 15:36:22 +02:00
parent f7c32feec0
commit 54e354f2d6
2 changed files with 10 additions and 29 deletions
-5
View File
@@ -112,11 +112,6 @@ struct request_t {
*/
char* (*get_referer)(request_t *this);
/**
* Redirect the client to the referer.
*/
void (*to_referer)(request_t *this);
/**
* Set a template value.
*