aboutsummaryrefslogtreecommitdiff
path: root/src/scintilla_backports/6118_559dea66606f.patch
blob: cb791fc997c032c73c10e4488395ed96e971def1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# HG changeset patch
# User Neil <nyamatongwe@gmail.com>
# Date 1488886060 -39600
# Node ID 559dea66606f42c080f04db706a1ebe6bef83713
# Parent  23546875480b1ee4a3f309c738f64166a0409a46
Bug [#1910]. Fixed double declaration.

diff -r 23546875480b -r 559dea66606f gtk/ScintillaGTKAccessible.h
--- a/gtk/ScintillaGTKAccessible.h	Tue Mar 07 22:20:45 2017 +1100
+++ b/gtk/ScintillaGTKAccessible.h	Tue Mar 07 22:27:40 2017 +1100
@@ -23,9 +23,6 @@
 	// cache holding character offset for each line start, see CharacterOffsetFromByteOffset()
 	std::vector<Position> character_offsets;
 
-	// cache holding character offset for each line start, see CharacterOffsetFromByteOffset()
-	std::vector<Position> character_offsets;
-
 	// cached length of the deletion, in characters (see Notify())
 	int deletionLengthChar;
 	// local state for comparing