summaryrefslogtreecommitdiff
path: root/plugins/stackvars/operand.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/stackvars/operand.c')
-rw-r--r--plugins/stackvars/operand.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/stackvars/operand.c b/plugins/stackvars/operand.c
index 77ea43d..c8028d1 100644
--- a/plugins/stackvars/operand.c
+++ b/plugins/stackvars/operand.c
@@ -95,11 +95,6 @@ static void g_stack_var_operand_class_init(GStackVarOperandClass *klass)
static void g_stack_var_operand_init(GStackVarOperand *operand)
{
- GContentExporter *parent; /* Instance parente */
-
- parent = G_CONTENT_EXPORTER(operand);
-
- //parent->add_arch_to_gtk_buffer = (add_arch_to_gtk_buffer_fc)g_stack_var_operand_add_to_gtk_buffer;
}