summaryrefslogtreecommitdiff
path: root/src/arch/operand.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-02-04 12:23:04 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-02-04 12:23:04 (GMT)
commitec0f07c0b9468d6798befd887b02d9668faf806b (patch)
treef8b243f9b08006a4206b29b9af5b73a5d25361c7 /src/arch/operand.h
parent296b4ed15fd074f80266e1d22ef4ade7ee11905e (diff)
Created a new interface for renamed operands.
Diffstat (limited to 'src/arch/operand.h')
-rw-r--r--src/arch/operand.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/operand.h b/src/arch/operand.h
index a881a91..05405ef 100644
--- a/src/arch/operand.h
+++ b/src/arch/operand.h
@@ -62,9 +62,6 @@ GType g_arch_operand_get_type(void);
/* Compare un opérande avec un autre. */
int g_arch_operand_compare(const GArchOperand *, const GArchOperand *);
-/* Définit une autre représentation textuelle pour l'opérande. */
-void g_arch_operand_set_alt_text(GArchOperand *, const char *, RenderingTagType);
-
/* Traduit un opérande en version humainement lisible. */
void g_arch_operand_print(const GArchOperand *, GBufferLine *);