Remove obsolete file psppire.gtkrc
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 5 Apr 2017 13:54:59 +0000 (15:54 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 5 Apr 2017 13:54:59 +0000 (15:54 +0200)
src/ui/gui/automake.mk
src/ui/gui/psppire.gtkrc [deleted file]

index 53ef0708515c4b7e316053855994279a3482bad1..f23102b74d543e60e3009fb962b49113f68c1a83 100644 (file)
@@ -121,8 +121,7 @@ INSTALL_DATA_HOOKS += install-lang
 
 dist_src_ui_gui_psppire_DATA = \
        $(UI_FILES) \
-       $(top_srcdir)/src/ui/gui/pspp.lang \
-       $(top_srcdir)/src/ui/gui/psppire.gtkrc
+       $(top_srcdir)/src/ui/gui/pspp.lang
 
 src_ui_gui_psppire_SOURCES = \
        src/ui/gui/psppire-dialog.c \
diff --git a/src/ui/gui/psppire.gtkrc b/src/ui/gui/psppire.gtkrc
deleted file mode 100644 (file)
index d6c0478..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# Avoid making buttons inside the PSPPIRE data sheet and variable sheet
-# extra-tall.  This allows more rows to fit on the screen, making data
-# easier to review.
-#
-style "thinbuttons" { ythickness = 0 }
-widget_class "*<PsppSheetView>*GtkButton" style : rc "thinbuttons"