From e48416010dfd4fb47d9142e09f1f1f61f5fb1c68 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Thu, 8 Oct 2020 16:51:49 -0700 Subject: [PATCH] Remove redundant GncOptionDB decl. --- libgnucash/app-utils/gnc-optiondb.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libgnucash/app-utils/gnc-optiondb.h b/libgnucash/app-utils/gnc-optiondb.h index 6511594ae4..6c5dfa9b5c 100644 --- a/libgnucash/app-utils/gnc-optiondb.h +++ b/libgnucash/app-utils/gnc-optiondb.h @@ -36,11 +36,8 @@ typedef struct GncOptionDB GncOptionDB; #include #ifdef __cplusplus -class GncOptionDB; extern "C" { -#else -typedef struct GncOptionDB GncOptionDB; #endif #include #include