aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-diagram-view.h
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-01-19 02:23:20 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-01-19 04:00:06 +0100
commit5c1794445472da51333fa61da4b0fc1b42317fb7 (patch)
treef0db070bde460848a29db657d2f0292ebe15eebb /liblogdiag/ld-diagram-view.h
parentc41f3ae529261f3311d5d62620c82443bba3782d (diff)
downloadlogdiag-5c1794445472da51333fa61da4b0fc1b42317fb7.tar.gz
logdiag-5c1794445472da51333fa61da4b0fc1b42317fb7.tar.xz
logdiag-5c1794445472da51333fa61da4b0fc1b42317fb7.zip
GTK+ 3: Fix compilation, scrolling, drawing
Diffstat (limited to 'liblogdiag/ld-diagram-view.h')
-rw-r--r--liblogdiag/ld-diagram-view.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/liblogdiag/ld-diagram-view.h b/liblogdiag/ld-diagram-view.h
index 5a6fef9..c4ffd13 100644
--- a/liblogdiag/ld-diagram-view.h
+++ b/liblogdiag/ld-diagram-view.h
@@ -49,8 +49,6 @@ struct _LdDiagramViewClass
guint cancel_operation_signal;
guint move_signal;
- void (*set_scroll_adjustments) (LdDiagramView *self,
- GtkAdjustment *horizontal, GtkAdjustment *vertical);
void (*cancel_operation) (LdDiagramView *self);
void (*move) (LdDiagramView *self, gdouble dx, gdouble dy);
};