summaryrefslogtreecommitdiff
path: root/ui/search.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:29:28 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:29:28 +0200
commit75c07011b7c4d06acd7b45dabdcd60ab9d80f385 (patch)
tree8853c3978dd152ef377e652239448b1352320206 /ui/search.h
parent5.22 (diff)
downloadFreeFileSync-75c07011b7c4d06acd7b45dabdcd60ab9d80f385.tar.gz
FreeFileSync-75c07011b7c4d06acd7b45dabdcd60ab9d80f385.tar.bz2
FreeFileSync-75c07011b7c4d06acd7b45dabdcd60ab9d80f385.zip
5.23
Diffstat (limited to 'ui/search.h')
-rw-r--r--ui/search.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/ui/search.h b/ui/search.h
deleted file mode 100644
index 1adf3d01..00000000
--- a/ui/search.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// **************************************************************************
-// * This file is part of the FreeFileSync project. It is distributed under *
-// * GNU General Public License: http://www.gnu.org/licenses/gpl.html *
-// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
-// **************************************************************************
-
-#ifndef SEARCH_H_423905762345342526587
-#define SEARCH_H_423905762345342526587
-
-#include <wx+/grid.h>
-
-namespace zen
-{
-std::pair<const Grid*, ptrdiff_t> findGridMatch(const Grid& grid1, const Grid& grid2, const wxString& searchString, bool respectCase);
-//returns (grid/row) where the value was found, (nullptr, -1) if not found
-}
-
-#endif //SEARCH_H_423905762345342526587
bgstack15