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:
@ -25,7 +25,7 @@
|
||||
#ifndef _ST_BOX_LAYOUT_H
|
||||
#define _ST_BOX_LAYOUT_H
|
||||
|
||||
#include <st/st-container.h>
|
||||
#include <st/st-widget.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
@ -64,14 +64,14 @@ typedef struct _StBoxLayoutPrivate StBoxLayoutPrivate;
|
||||
struct _StBoxLayout
|
||||
{
|
||||
/*< private >*/
|
||||
StContainer parent;
|
||||
StWidget parent;
|
||||
|
||||
StBoxLayoutPrivate *priv;
|
||||
};
|
||||
|
||||
struct _StBoxLayoutClass
|
||||
{
|
||||
StContainerClass parent_class;
|
||||
StWidgetClass parent_class;
|
||||
};
|
||||
|
||||
GType st_box_layout_get_type (void);
|
||||
|
Reference in New Issue
Block a user