[gnome-shell] st: Remove st-overflow-box



commit ca575ef0ae6d387f384497d673ef85daa8a4c117
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Jan 17 17:57:25 2012 -0500

    st: Remove st-overflow-box
    
    It's unused, and has been for some time now.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670034

 docs/reference/st/st-docs.sgml.in |    1 -
 src/Makefile-st.am                |    2 -
 src/st/st-overflow-box.c          |  521 -------------------------------------
 src/st/st-overflow-box.h          |   71 -----
 4 files changed, 0 insertions(+), 595 deletions(-)
---
diff --git a/docs/reference/st/st-docs.sgml.in b/docs/reference/st/st-docs.sgml.in
index 0055497..730b2d4 100644
--- a/docs/reference/st/st-docs.sgml.in
+++ b/docs/reference/st/st-docs.sgml.in
@@ -37,7 +37,6 @@
       <xi:include href="xml/st-bin.xml"/>
       <xi:include href="xml/st-box-layout.xml"/>
       <xi:include href="xml/st-group.xml"/>
-      <xi:include href="xml/st-overflow-box.xml"/>
       <xi:include href="xml/st-scroll-view.xml"/>
       <xi:include href="xml/st-table.xml"/>
     </chapter>
diff --git a/src/Makefile-st.am b/src/Makefile-st.am
index 377d3c0..b6ba99c 100644
--- a/src/Makefile-st.am
+++ b/src/Makefile-st.am
@@ -59,7 +59,6 @@ st_source_h =					\
 	st/st-icon-colors.h			\
 	st/st-im-text.h				\
 	st/st-label.h				\
-	st/st-overflow-box.h			\
 	st/st-private.h				\
 	st/st-scrollable.h			\
 	st/st-scroll-bar.h			\
@@ -116,7 +115,6 @@ st_source_c =					\
 	st/st-icon-colors.c			\
 	st/st-im-text.c				\
 	st/st-label.c				\
-	st/st-overflow-box.c			\
 	st/st-private.c				\
 	st/st-scrollable.c			\
 	st/st-scroll-bar.c			\



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