diff options
author | jeroenwalter <jeroen@enormkansloos.nl> | 2015-12-13 12:48:29 +0100 |
---|---|---|
committer | jeroenwalter <jeroen@enormkansloos.nl> | 2015-12-13 12:48:29 +0100 |
commit | f6452b33fe219fc0edb9a8540603221be23e462d (patch) | |
tree | d348a54ed2d24b8f31c4fdf3023c90f675e466cd /ComicRackWebViewer/Plugin.cs | |
parent | 2287abbca8ef7415845691f35a8517f8b238c0fc (diff) | |
download | ComicRackWeb-master.zip ComicRackWeb-master.tar.gz ComicRackWeb-master.tar.bz2 |
v1.31 for CR 0.9.177HEADorigin/masterorigin/HEADmaster
- updated Sencha Touch to 2.4.2
- updated .NET packages
Diffstat (limited to 'ComicRackWebViewer/Plugin.cs')
-rw-r--r-- | ComicRackWebViewer/Plugin.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ComicRackWebViewer/Plugin.cs b/ComicRackWebViewer/Plugin.cs index a955af3..43f99f6 100644 --- a/ComicRackWebViewer/Plugin.cs +++ b/ComicRackWebViewer/Plugin.cs @@ -1,5 +1,4 @@ using cYo.Projects.ComicRack.Plugins.Automation;
-using FreeImageAPI;
using System;
using System.Windows;
@@ -11,12 +10,6 @@ namespace ComicRackWebViewer private static MainForm panel;
- static void FreeImage_Message(FREE_IMAGE_FORMAT fif, string message)
- {
- string m = message;
-
- }
-
public static bool Initialize(IApplication app)
{
try
@@ -26,8 +19,6 @@ namespace ComicRackWebViewer if (!BCRInstaller.Instance.Install())
return false;
- FreeImageEngine.Message += new OutputMessageFunction(FreeImage_Message);
-
BCR.Database.Instance.Initialize();
return true;
|