[gbrainy] Remove Web client no longer used



commit 5d8f0b1db3d895a7041c4ad0835447529c70e842
Author: Jordi Mas <jmas softcatala org>
Date:   Tue Aug 23 14:03:16 2022 +0200

    Remove Web client no longer used

 configure.ac                                       |   1 -
 po/POTFILES.skip                                   |   1 -
 src/Clients/WebForms/AllGames.aspx                 |  42 ----
 src/Clients/WebForms/AllGames.aspx.cs              | 149 -----------
 src/Clients/WebForms/AllGames.aspx.designer.cs     |  22 --
 src/Clients/WebForms/AssemblyInfo.cs.in            |  25 --
 src/Clients/WebForms/Default.aspx                  |  53 ----
 src/Clients/WebForms/Default.aspx.cs               |  68 -----
 src/Clients/WebForms/Default.aspx.designer.cs      |  22 --
 src/Clients/WebForms/Defines.cs                    |  32 ---
 src/Clients/WebForms/Download.aspx                 |  14 --
 src/Clients/WebForms/Download.aspx.cs              |  30 ---
 src/Clients/WebForms/Download.aspx.designer.cs     |  24 --
 src/Clients/WebForms/Game.aspx                     |  73 ------
 src/Clients/WebForms/Game.aspx.cs                  | 274 ---------------------
 src/Clients/WebForms/Game.aspx.designer.cs         |  42 ----
 src/Clients/WebForms/GameImage.cs                  | 145 -----------
 src/Clients/WebForms/GameImageAreaShape.cs         |  35 ---
 src/Clients/WebForms/Global.asax                   |   1 -
 src/Clients/WebForms/Global.asax.cs                | 149 -----------
 src/Clients/WebForms/Help.aspx                     |  81 ------
 src/Clients/WebForms/Help.aspx.cs                  |  28 ---
 src/Clients/WebForms/Help.aspx.designer.cs         |  24 --
 src/Clients/WebForms/LanguageSupport.cs            |  98 --------
 src/Clients/WebForms/Logger.cs                     | 172 -------------
 src/Clients/WebForms/Makefile.am                   |  61 -----
 src/Clients/WebForms/MasterPage.master             |  48 ----
 src/Clients/WebForms/MasterPage.master.cs          |  53 ----
 src/Clients/WebForms/MasterPage.master.designer.cs |  22 --
 src/Clients/WebForms/README                        |  27 --
 src/Clients/WebForms/Status.aspx                   |  61 -----
 src/Clients/WebForms/Status.aspx.cs                | 184 --------------
 src/Clients/WebForms/Status.aspx.designer.cs       |  32 ---
 src/Clients/WebForms/TODO                          |   5 -
 src/Clients/WebForms/TranslationsWeb.cs            |  80 ------
 src/Clients/WebForms/WebForms.csproj               | 141 -----------
 src/Clients/WebForms/WebForms.sln                  |  20 --
 src/Clients/WebForms/WebSession.cs                 |  21 --
 src/Clients/WebForms/jscripts.js                   |   8 -
 src/Clients/WebForms/package.sh                    |  47 ----
 src/Clients/WebForms/styles.css                    |  51 ----
 src/Clients/WebForms/web.config                    |  39 ---
 42 files changed, 2505 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9ad0a1e2..69b45c4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -154,7 +154,6 @@ AC_OUTPUT([
 src/Core/Main/Defines.cs
 src/Clients/Classical/Defines.cs
 src/Clients/Classical/AssemblyInfo.cs
-src/Clients/WebForms/AssemblyInfo.cs
 src/Core/AssemblyInfo.cs
 src/Games/AssemblyInfo.cs
 Makefile
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 6cc0360d..09d3df81 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -2,5 +2,4 @@ src/Clients/Classical/Builder/Builder.cs
 tests/test_analogies.xml
 tests/test_games.xml
 tools/GameTemplate.cs
-src/Clients/WebForms/Game.aspx.cs
 data/gbrainy.appdata.xml


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]