[gnome-calendar/ui-rewrite] build: remove unused c/css code



commit 5f744db7374d50dccf49a74a2abbd5aabb5385a6
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Tue Nov 4 15:14:05 2014 -0500

    build: remove unused c/css code

 data/Makefile.am            |    1 -
 data/calendar.gresource.xml |    1 -
 data/theme/gtk-styles.css   |   18 ------------------
 data/ui/viewport.ui         |   35 -----------------------------------
 4 files changed, 0 insertions(+), 55 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 74a601f..17d2faf 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -22,7 +22,6 @@ EXTRA_DIST=                     \
   ui/menus.ui                   \
   ui/nav_bar.ui                 \
   ui/new-event.ui               \
-  ui/viewport.ui                \
   theme/gtk-styles.css          \
   $(desktop_in_files)           \
   $(gsettingsschema_in_files)
diff --git a/data/calendar.gresource.xml b/data/calendar.gresource.xml
index 2687763..f4ccefa 100644
--- a/data/calendar.gresource.xml
+++ b/data/calendar.gresource.xml
@@ -4,7 +4,6 @@
     <file alias="edit-dialog.ui" compressed="true" preprocess="xml-stripblanks">ui/edit-dialog.ui</file>
     <file alias="menus.ui" compressed="true" preprocess="xml-stripblanks">ui/menus.ui</file>
     <file alias="nav_bar.ui" compressed="true" preprocess="xml-stripblanks">ui/nav_bar.ui</file>
-    <file alias="viewport.ui" compressed="true" preprocess="xml-stripblanks">ui/viewport.ui</file>
     <file alias="new-event.ui" compressed="true" preprocess="xml-stripblanks">ui/new-event.ui</file>
     <file alias="gtk-styles.css" compressed="true">theme/gtk-styles.css</file>
   </gresource>
diff --git a/data/theme/gtk-styles.css b/data/theme/gtk-styles.css
index 99b4dd3..e2ccbd7 100644
--- a/data/theme/gtk-styles.css
+++ b/data/theme/gtk-styles.css
@@ -14,17 +14,6 @@
     padding: 12px;
 }
 
-.view-overlay .frame {
-    border-left: 0;
-    border-right: 0;
-    border-bottom: 0;
-}
-
-.view-overlay .scrollbar.trough {
-    background-color: transparent;
-    background-image: none;
-}
-
 .calendar-view {
     padding: 6px;
     font: 10;
@@ -62,11 +51,4 @@ GcalEventWidget.color-light {
 
 GcalEventWidget.color-light:backdrop {
     color: rgba(0, 0, 0, 0.3);
-}
-
-.event-details .frame {
-    border-style: solid;
-    border-color: @borders;
-    border-width: 0.5px;
-    border-radius: 0;
 }
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]