From 7112a0204e12b16ec495e378897569626f16573d Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Wed, 30 Jul 2014 18:35:52 +0200 Subject: [PATCH] Drop unused typedef Signed-off-by: Sven Strickroth --- src/TortoiseProc/GitProgressDlg.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/TortoiseProc/GitProgressDlg.h b/src/TortoiseProc/GitProgressDlg.h index f5209288c..a5c004989 100644 --- a/src/TortoiseProc/GitProgressDlg.h +++ b/src/TortoiseProc/GitProgressDlg.h @@ -23,8 +23,6 @@ #include "GitProgressList.h" #include "MenuButton.h" -typedef int (__cdecl *GENERICCOMPAREFN)(const void * elem1, const void * elem2); - /** * \ingroup TortoiseProc * Handles different git commands and shows the notify messages -- 2.11.4.GIT