2025-04-27 07:49:33 -04:00

20 lines
528 B
C++

/*************************************************
* mybar.cpp *
* *
* Copyright (C) 1995-1999 Microsoft Inc. *
* *
*************************************************/
#include "stdafx.h"
#include "cblocks.h"
#include "mybar.h"
void CMyToolBar::DestroyToolTip(BOOL bIdleStatus,BOOL bResetTimer)
{
// CToolBar::DestroyToolTip( bIdleStatus, bResetTimer);
}