diff options
author | raveit65 <[email protected]> | 2018-04-01 10:16:43 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-04-04 12:33:36 +0200 |
commit | 40658731425c4b767b7a4aa463ba2fffd5fa7114 (patch) | |
tree | 8a2b8462933725b3df923bf30a98449dc946567c /libview | |
parent | bb4e4b78eb54a5b2a221f3f38eafd8b39aec23a4 (diff) | |
download | atril-40658731425c4b767b7a4aa463ba2fffd5fa7114.tar.bz2 atril-40658731425c4b767b7a4aa463ba2fffd5fa7114.tar.xz |
libview: drop deprecated unneeded code
inspired by:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=a56186e
Diffstat (limited to 'libview')
-rw-r--r-- | libview/ev-view.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libview/ev-view.c b/libview/ev-view.c index 31aa613f..203c5d15 100644 --- a/libview/ev-view.c +++ b/libview/ev-view.c @@ -3947,9 +3947,6 @@ ev_view_realize (GtkWidget *widget) &attributes, attributes_mask); gtk_widget_set_window (widget, window); gdk_window_set_user_data (window, widget); - - gtk_style_context_set_background (gtk_widget_get_style_context (widget), - window); } static void |