From d4a2f0051ab1a43fbf2376ec905319797a1fdc3c Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sun, 2 Jan 2011 07:55:52 +0000 Subject: - dfsound: quick fix (FF9 music, maybe others as well). - peopsxgl (unix): imported new config utility written by Kivutar, with minor amendments (https://github.com/Kivutar/cfgPeopsMesaGL). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61694 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- gui/AboutDlg.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gui') diff --git a/gui/AboutDlg.c b/gui/AboutDlg.c index a411e5f0..2dcff91e 100644 --- a/gui/AboutDlg.c +++ b/gui/AboutDlg.c @@ -19,10 +19,6 @@ #include "Linux.h" #include -#if GTK_MAJOR_VERSION <= 2 && GTK_MINOR_VERSION < 12 -#define gtk_about_dialog_set_program_name gtk_about_dialog_set_name -#endif - #define ABOUT_VERSION "svn" void RunAboutDialog(void) { -- cgit v1.2.3