diff options
Diffstat (limited to 'src/math-window.c')
-rw-r--r-- | src/math-window.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/math-window.c b/src/math-window.c index 8d6f79d..320f83b 100644 --- a/src/math-window.c +++ b/src/math-window.c @@ -86,7 +86,6 @@ math_window_get_equation(MathWindow *window) return window->priv->equation; } - MathDisplay * math_window_get_display(MathWindow *window) { @@ -94,7 +93,6 @@ math_window_get_display(MathWindow *window) return window->priv->display; } - MathButtons * math_window_get_buttons(MathWindow *window) { @@ -393,7 +391,6 @@ scroll_changed_cb(GtkAdjustment *adjustment, MathWindow *window) gtk_adjustment_set_value(adjustment, gtk_adjustment_get_upper(adjustment) - gtk_adjustment_get_page_size(adjustment)); } - static void scroll_value_changed_cb(GtkAdjustment *adjustment, MathWindow *window) { @@ -630,7 +627,6 @@ create_gui(MathWindow *window) gtk_widget_show(GTK_WIDGET(window->priv->buttons)); } - static void math_window_set_property(GObject *object, guint prop_id, @@ -655,7 +651,6 @@ math_window_set_property(GObject *object, } } - static void math_window_get_property(GObject *object, guint prop_id, @@ -679,7 +674,6 @@ math_window_get_property(GObject *object, } } - static void math_window_class_init(MathWindowClass *klass) { @@ -713,7 +707,6 @@ math_window_class_init(MathWindowClass *klass) G_TYPE_NONE, 0); } - static void math_window_init(MathWindow *window) { |