x265 update 2.7, findobj upgrade, fix svg init, fix for dragchkbox buttonpress, add...
[goodguy/history.git] / cinelerra-5.1 / plugins / histogram / histogram.C
index 996edac9f0604549c8e6a444e67e72ead8c84b62..33c7b21d62dfc0ad433ff6761befa077be34e686 100644 (file)
@@ -96,7 +96,7 @@ HistogramMain::~HistogramMain()
        delete engine;
 }
 
-const char* HistogramMain::plugin_title() { return _("Histogram"); }
+const char* HistogramMain::plugin_title() { return N_("Histogram"); }
 int HistogramMain::is_realtime() { return 1; }
 
 
@@ -677,9 +677,6 @@ int HistogramMain::handle_opengl()
        if(!strcmp(get_output()->get_prev_effect(0), _("Color Balance")))
                aggregate_colorbalance = 1;
 
-       if( BC_CModels::is_yuv(get_output()->get_color_model()) )
-               shader_stack[current_shader++] = bc_gl_colors;
-
 // The order of processing is fixed by this sequence
        if(aggregate_interpolation)
                INTERPOLATE_COMPILE(shader_stack, current_shader);