summaryrefslogtreecommitdiff
path: root/desktop/sslcert.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-08-13 13:52:21 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-08-13 13:52:21 +0100
commit1e64ca5f4498c72947c9d1e5d42eb48c8a5bbc9b (patch)
treec8427e1c1f75c1df467b6c619941d6b07a73a250 /desktop/sslcert.h
parent4a01ef9e7a5864e8e6a098220dcc3a62ae80b13d (diff)
downloadnetsurf-1e64ca5f4498c72947c9d1e5d42eb48c8a5bbc9b.tar.gz
netsurf-1e64ca5f4498c72947c9d1e5d42eb48c8a5bbc9b.tar.bz2
Remove old sslcert module.
Diffstat (limited to 'desktop/sslcert.h')
-rw-r--r--desktop/sslcert.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/desktop/sslcert.h b/desktop/sslcert.h
deleted file mode 100644
index d15d06a82..000000000
--- a/desktop/sslcert.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * Copyright 2009 Paul Blokus <paul_pl@users.sourceforge.net>
- *
- * This file is part of NetSurf, http://www.netsurf-browser.org/
- *
- * NetSurf is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * NetSurf is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-
-#ifndef _NETSURF_DESKTOP_SSLCERT_H_
-#define _NETSURF_DESKTOP_SSLCERT_H_
-
-unsigned int sslcert_get_tree_flags(void);
-
-
-#endif