From f0450bb4001a9d37025578b7933b552cb07b27f6 Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 15 Jan 2016 13:54:23 +0300 Subject: libslab: use GtkBox instead of GtkVBox in both GTK+ builds and fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build NOTE: this commit changes the public interface of libslab in both GTK+ builds (due to transition of classes' parents and/or members from GtkVBox to GtkBox) --- libslab/app-shell.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libslab/app-shell.h') diff --git a/libslab/app-shell.h b/libslab/app-shell.h index 6c8e3b83..6b968763 100644 --- a/libslab/app-shell.h +++ b/libslab/app-shell.h @@ -35,7 +35,6 @@ extern "C" { #endif -#define CATEGORY_SPACING 0 #define GROUP_POSITION_NUMBER_KEY "Unique Group Position Number" #define APP_ACTION_KEY "Unique Application Action Key" -- cgit v1.2.1