From 75c07011b7c4d06acd7b45dabdcd60ab9d80f385 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:29:28 +0200 Subject: 5.23 --- ui/sync_cfg.h | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 ui/sync_cfg.h (limited to 'ui/sync_cfg.h') diff --git a/ui/sync_cfg.h b/ui/sync_cfg.h deleted file mode 100644 index e56a533b..00000000 --- a/ui/sync_cfg.h +++ /dev/null @@ -1,41 +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 SYNCCONFIG_H_INCLUDED -#define SYNCCONFIG_H_INCLUDED - -#include -#include "../lib/process_xml.h" - - -namespace zen -{ -struct ReturnSyncConfig -{ - enum ButtonPressed - { - BUTTON_CANCEL, - BUTTON_OKAY - }; -}; - -struct ExecWhenFinishedCfg -{ - std::wstring* command; //*must* be bound! - std::vector* history; // - size_t historyMax; -}; - - -ReturnSyncConfig::ButtonPressed showSyncConfigDlg(wxWindow* parent, - CompareVariant compareVar, - SyncConfig& syncCfg, - const wxString& title, - xmlAccess::OnGuiError* handleError, // - ExecWhenFinishedCfg* execWhenFinished); //optional input parameter -} - -#endif // SYNCCONFIG_H_INCLUDED -- cgit