[gnome-shell/nbtk-introduction] Remove NbtkViewport from our tree



commit 1a4861ec4f802b70158cda39d965c6654f5e1157
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Mon Sep 21 19:06:25 2009 -0400

    Remove NbtkViewport from our tree
    
    NbtkBoxLayout provides the basic functionality of 2-dimensional
    scrolling and we don't use NbtkViewport anywhere, so remove it.
    
    This avoids fixing NbtkViewport up for the interaction of scrolling
    and borders/padding, which would be a little involved and require
    a test program for NbtkViewport to be written.

 src/Makefile-nbtk.am     |    2 -
 src/nbtk/nbtk-viewport.c |  668 ----------------------------------------------
 src/nbtk/nbtk-viewport.h |   94 -------
 3 files changed, 0 insertions(+), 764 deletions(-)
---
diff --git a/src/Makefile-nbtk.am b/src/Makefile-nbtk.am
index 685473d..90fbfd8 100644
--- a/src/Makefile-nbtk.am
+++ b/src/Makefile-nbtk.am
@@ -81,7 +81,6 @@ nbtk_source_h =                  \
     nbtk/nbtk-texture-frame.h         \
     nbtk/nbtk-tooltip.h               \
     nbtk/nbtk-types.h                 \
-    nbtk/nbtk-viewport.h              \
     nbtk/nbtk-widget.h                \
     $(NULL)
 
@@ -103,7 +102,6 @@ nbtk_source_c =                  \
     nbtk/nbtk-texture-cache.c         \
     nbtk/nbtk-texture-frame.c         \
     nbtk/nbtk-tooltip.c               \
-    nbtk/nbtk-viewport.c              \
     nbtk/nbtk-widget.c                \
     $(NULL)
 



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