X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Frenderprofiles.C;h=3f2cb74b614912c794863b337585d76debf8e971;hb=a4de4732339bf38b5b225c533be1bdf60748f04a;hp=f689c4431e190294c3368bed769c0e0e2e234025;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/renderprofiles.C b/cinelerra-5.1/cinelerra/renderprofiles.C index f689c443..3f2cb74b 100644 --- a/cinelerra-5.1/cinelerra/renderprofiles.C +++ b/cinelerra-5.1/cinelerra/renderprofiles.C @@ -20,6 +20,7 @@ */ #include "clip.h" +#include "language.h" #include "renderprofiles.h" #include "mwindow.h" #include "theme.h" @@ -30,11 +31,6 @@ #include "errorbox.h" #include "mwindowgui.h" -#include -#define _(String) gettext(String) -#define gettext_noop(String) String -#define N_(String) gettext_noop (String) - #define LISTWIDTH 200 RenderProfileItem::RenderProfileItem(const char *text, int value)