Remove duplicate RP1000 code.
Support for RP1000 has been merged upstream, so the rp1000 changes in this branch are unneeded.
This commit is contained in:
3
gui.c
3
gui.c
@@ -757,14 +757,13 @@ static void update_modifier_vbox(GtkWidget *vbox, GObject *combo_box, gint id, g
|
||||
|
||||
for (x = 0; x<amt; x++) {
|
||||
gchar *name;
|
||||
g_assert(group[x].label);
|
||||
|
||||
settings = g_slice_new(EffectSettingsGroup);
|
||||
settings->id = id;
|
||||
settings->type = group[x].type;
|
||||
settings->position = position;
|
||||
|
||||
g_assert(group[x].label);
|
||||
|
||||
if (position == EXP_POSITION) {
|
||||
child = g_object_steal_data(G_OBJECT(combo_box), "active_child");
|
||||
child = create_grid(group[x].settings, group[x].settings_amt,
|
||||
|
||||
Reference in New Issue
Block a user