mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: remove membufferpp
This the C++ version of membuffer. Since everything is C++, it can just be made the default. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
db4b972897
commit
ead58cd039
13 changed files with 40 additions and 53 deletions
|
@ -90,7 +90,7 @@ void export_TeX(const char *filename, bool selected_only, bool plain, ExportCall
|
|||
int i;
|
||||
bool need_pagebreak = false;
|
||||
|
||||
struct membufferpp buf;
|
||||
membuffer buf;
|
||||
|
||||
if (plain) {
|
||||
ssrf = "";
|
||||
|
@ -280,7 +280,7 @@ void export_depths(const char *filename, bool selected_only)
|
|||
int i;
|
||||
const char *unit = NULL;
|
||||
|
||||
struct membufferpp buf;
|
||||
membuffer buf;
|
||||
|
||||
for_each_dive (i, dive) {
|
||||
if (selected_only && !dive->selected)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue