Import the initial Gallery 2 code
[g2-sharing] / src / validate.h
diff --git a/src/validate.h b/src/validate.h
deleted file mode 100644 (file)
index db74b13..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * This file is part of sharing-plugin-template
- *
- * Copyright (C) 2008-2009 Nokia Corporation. All rights reserved.
- *
- * This maemo code example is licensed under a MIT-style license,
- * that can be found in the file called "COPYING" in the root
- * directory.
- *
- */
-
-#ifndef _VALIDATE_H_
-#define _VALIDATE_H_
-
-#include <glib.h>
-#include <sharing-entry.h>
-#include <sharing-plugin-interface.h>
-#include <conicconnection.h>
-
-G_BEGIN_DECLS
-
-SharingPluginInterfaceAccountValidateResult validate (SharingAccount* account,
-    ConIcConnection* con, gboolean *cont, gboolean* dead_mans_switch);
-
-G_END_DECLS
-
-#endif // _VALIDATE_H_
-