summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-08-04 18:54:48 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-08-04 18:54:48 +0300
commitb334ced17b8a0493ca2070a0065b1954f5a82abe (patch)
tree86051ac64d7871e9c386974098c43cc3c1695b3e /include
parentdb31374dcce6b858d553452aa1829687ef5071fd (diff)
unused code removed
Diffstat (limited to 'include')
-rw-r--r--include/m_db_int.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h
index 660d5791ac..e8a1dfc5d8 100644
--- a/include/m_db_int.h
+++ b/include/m_db_int.h
@@ -39,10 +39,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
struct DBCHeckCallback
{
- int cbSize;
DWORD spaceProcessed, spaceUsed;
- HANDLE hOutFile;
- bool bCheckOnly, bBackup, bAggressive, bEraseHistory, bMarkRead, bConvertUtf;
void (*pfnAddLogMessage)(int type, const wchar_t *ptszFormat, ...);
};