summaryrefslogtreecommitdiff
path: root/src/glibext/gbufferline.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-03-02 14:37:02 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-03-02 14:37:02 (GMT)
commit701b3b1a72d5b2697cbb37074e2a58580bcc1b4c (patch)
treef90d79d12d3e5beaaabf1beec914ffe277d96f17 /src/glibext/gbufferline.h
parentb3471e0c9ce6cc1becc9f56832fb4b93b337cb21 (diff)
Removed dead code.
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);