Remove unused local member wrbuf_opac
[yaz-moved-to-github.git] / src / zoom-p.h
index 73993ed..40e2506 100644 (file)
@@ -148,7 +148,6 @@ struct ZOOM_record_p {
     ODR odr;
     WRBUF wrbuf_marc;
     WRBUF wrbuf_iconv;
-    WRBUF wrbuf_opac;
     Z_NamePlusRecord *npr;
     const char *schema;
 
@@ -237,6 +236,7 @@ void ZOOM_options_addref (ZOOM_options opt);
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab