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:
Tim LaBerge
2013-12-26 10:20:53 -08:00
parent 85be87a636
commit 9f4bd66217
2 changed files with 1 additions and 5 deletions

3
gui.c
View File

@@ -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,