From 395e641a3a1a991199c84bb1a2795c974faced4a Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Tue, 16 Dec 2008 20:42:13 +0000
Subject: [PATCH] Deprecated files removed

---
 .gitattributes                         | 2 --
 inc/databases.php                      | 2 +-
 inc/modules/admin/what-list_norefs.php | 3 ---
 inc/theme-manager.php                  | 3 ---
 4 files changed, 1 insertion(+), 9 deletions(-)
 delete mode 100644 inc/modules/admin/what-list_norefs.php
 delete mode 100644 inc/theme-manager.php

diff --git a/.gitattributes b/.gitattributes
index 160df8a5fa..28a5f71f68 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -374,7 +374,6 @@ inc/modules/admin/what-list_doubler.php -text
 inc/modules/admin/what-list_holiday.php -text
 inc/modules/admin/what-list_links.php -text
 inc/modules/admin/what-list_newsletter.php -text
-inc/modules/admin/what-list_norefs.php -text
 inc/modules/admin/what-list_notifications.php -text
 inc/modules/admin/what-list_payouts.php -text
 inc/modules/admin/what-list_primera.php -text
@@ -605,7 +604,6 @@ inc/sql_error.php -text
 inc/stats_bonus.php -text
 inc/stylesheet.php -text
 inc/theme-dummy.php -text
-inc/theme-manager.php -text
 inc/weekly/.htaccess -text
 inc/weekly/weekly_ -text
 inc/weekly/weekly_surfbar.php -text
diff --git a/inc/databases.php b/inc/databases.php
index bfae156198..ba9e76ec5b 100644
--- a/inc/databases.php
+++ b/inc/databases.php
@@ -114,7 +114,7 @@ define('USAGE_BASE', "usage");
 define('SERVER_URL', "http://www.mxchange.org");
 
 // Current SVN revision
-define('CURR_SVN_REVISION', "635");
+define('CURR_SVN_REVISION', "636");
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
diff --git a/inc/modules/admin/what-list_norefs.php b/inc/modules/admin/what-list_norefs.php
deleted file mode 100644
index f87b68fd31..0000000000
--- a/inc/modules/admin/what-list_norefs.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php
-// DEPRECATED!
-?>
diff --git a/inc/theme-manager.php b/inc/theme-manager.php
deleted file mode 100644
index f87b68fd31..0000000000
--- a/inc/theme-manager.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php
-// DEPRECATED!
-?>
-- 
2.39.5