VTV: Removing hints and warnings from units: "dummydragmanager", "dummyolemethods" and "dummyactivex", those are just empty stubs(fake units), they sole purpose is to make sure VTV compiles on non-windows systems. Hints and warnings are redundant here.

git-svn-id: trunk@58111 -
This commit is contained in:
balazs 2018-06-04 06:34:02 +00:00
parent 66c0256b45
commit af2412388b
3 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,5 @@
{$warnings off}
{$hints off}
//----------------------------------------------------------------------------------------------------------------------

View File

@ -1,3 +1,5 @@
{$warnings off}
{$hints off}
function TBaseVirtualTree.GetTreeFromDataObject(const DataObject: IDataObject): TBaseVirtualTree;
// Returns the owner/sender of the given data object by means of a special clipboard format

View File

@ -1,4 +1,5 @@
{$warnings off}
{$hints off}
{fake unit just to compile - not used under non windows}