summaryrefslogtreecommitdiff
path: root/src/glibext/gbufferline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glibext/gbufferline.h')
-rw-r--r--src/glibext/gbufferline.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/glibext/gbufferline.h b/src/glibext/gbufferline.h
index 9478404..818d068 100644
--- a/src/glibext/gbufferline.h
+++ b/src/glibext/gbufferline.h
@@ -120,12 +120,6 @@ void g_buffer_line_fill_vmpa(GBufferLine *, const vmpa2t *, MemoryDataSize, Memo
/* Construit le tronc commun d'une ligne autour de son contenu. */
void g_buffer_line_fill_content(GBufferLine *, const GBinContent *, const mrange_t *, phys_t);
-/* Construit le tronc commun d'une ligne autour de sa position. */
-void g_buffer_line_fill_mrange(GBufferLine *, MemoryDataSize, MemoryDataSize);
-
-/* Construit le tronc commun d'une ligne d'instruction. */
-void g_buffer_line_fill_for_instr(GBufferLine *, MemoryDataSize, MemoryDataSize, const GBinContent *, phys_t);
-
/* Recherche le premier créateur enregistré dans des segments. */
GObject *g_buffer_line_find_first_segment_creator(const GBufferLine *, BufferLineColumn);