st: Remove st-container

At this point, StContainer is a dummy class that does nothing, so it's
safe to remove.

https://bugzilla.gnome.org/show_bug.cgi?id=670034
This commit is contained in:
Jasper St. Pierre
2012-02-16 13:14:53 -05:00
parent bb862e20c0
commit d5285674ae
12 changed files with 14 additions and 113 deletions

View File

@ -19,14 +19,14 @@ typedef struct _ShellStackPrivate ShellStackPrivate;
struct _ShellStack
{
StContainer parent;
StWidget parent;
ShellStackPrivate *priv;
};
struct _ShellStackClass
{
StContainerClass parent_class;
StWidgetClass parent_class;
};
GType shell_stack_get_type (void) G_GNUC_CONST;