aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ioview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ioview.h')
-rw-r--r--src/ioview.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ioview.h b/src/ioview.h
index 18a3be6..6d93915 100644
--- a/src/ioview.h
+++ b/src/ioview.h
@@ -115,12 +115,6 @@ class IOView : public ViewCurrent {
{
g_unlink(filename);
}
-
- gsize
- get_size(void) const
- {
- return sizeof(*this) + strlen(filename) + 1;
- }
};
public: