aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ioview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ioview.cpp')
-rw-r--r--src/ioview.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/ioview.cpp b/src/ioview.cpp
index a5685fe..00d24a4 100644
--- a/src/ioview.cpp
+++ b/src/ioview.cpp
@@ -253,17 +253,6 @@ public:
savepoint);
}
}
-
- gsize
- get_size(void) const
- {
- gsize ret = sizeof(*this) + strlen(filename) + 1;
-
- if (savepoint)
- ret += strlen(savepoint) + 1;
-
- return ret;
- }
};
static void