X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkorientable.h;h=bdc34d31baab08f77f86b8ea38610bfeca80f0b9;hb=9d0febc9a64a5bfb0fcfc3a88de4757f6c1ff090;hp=63ca6e5cd55fc5cf5b7637ae84263715acf80168;hpb=920e8b434367f9aa8aab306721cc024e66892e2e;p=~andy%2Fgtk diff --git a/gtk/gtkorientable.h b/gtk/gtkorientable.h index 63ca6e5cd..bdc34d31b 100644 --- a/gtk/gtkorientable.h +++ b/gtk/gtkorientable.h @@ -16,9 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) @@ -55,9 +53,6 @@ void gtk_orientable_set_orientation (GtkOrientable *orientable, GtkOrientation orientation); GtkOrientation gtk_orientable_get_orientation (GtkOrientable *orientable); -/* Private */ -void _gtk_orientable_set_style_classes (GtkOrientable *orientable); - G_END_DECLS #endif /* __GTK_ORIENTABLE_H__ */