summaryrefslogtreecommitdiff
path: root/src/glibext/buffercache.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-07-26 19:44:20 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-07-26 21:00:03 (GMT)
commitb80a36ab9746ca47b9c50827efe3856ce2840144 (patch)
tree622139ccf4d1b62d873be80b4547696f2acfb934 /src/glibext/buffercache.c
parentba30fbc703ff3ad77bb5df6c167809955215d49c (diff)
Removed dead code.
Diffstat (limited to 'src/glibext/buffercache.c')
-rw-r--r--src/glibext/buffercache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glibext/buffercache.c b/src/glibext/buffercache.c
index bfc2360..04d6dba 100644
--- a/src/glibext/buffercache.c
+++ b/src/glibext/buffercache.c
@@ -394,7 +394,7 @@ static GBufferLine *get_cache_info_line(cache_info *info, size_t index, const GB
if (result == NULL)
{
- result = g_buffer_line_new(UNUSED_MRANGE_PTR, 0/* !! */);
+ result = g_buffer_line_new(0/* !! */);
g_object_add_toggle_ref(G_OBJECT(result), (GToggleNotify)on_line_ref_toggle, info);