summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkbufferdisplay-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-07-14 09:16:39 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-07-14 09:16:39 (GMT)
commite0af5dc9c01a5b9649c68ec63109ba98b6843329 (patch)
tree678f88b1338d57838e4d2d31747da8c645487662 /src/gtkext/gtkbufferdisplay-int.h
parent91e69d0a853af5de0cc47161106520d4e52ed1d9 (diff)
Removed the unused address parameter when relocating carets.
Diffstat (limited to 'src/gtkext/gtkbufferdisplay-int.h')
-rw-r--r--src/gtkext/gtkbufferdisplay-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkext/gtkbufferdisplay-int.h b/src/gtkext/gtkbufferdisplay-int.h
index 079d271..2d1dbe3 100644
--- a/src/gtkext/gtkbufferdisplay-int.h
+++ b/src/gtkext/gtkbufferdisplay-int.h
@@ -33,7 +33,7 @@
/* Réagit à un déplacement de curseur. */
-typedef bool (* notify_caret_relocation_fc) (GtkBufferDisplay *, const GdkRectangle *, const vmpa2t *);
+typedef bool (* notify_caret_relocation_fc) (GtkBufferDisplay *, const GdkRectangle *);
/* Composant d'affichage de tampon de lignes (instance) */