--- trunk/Win32/Sojaner.MemoryScanner/MemoryProviers/GenericMemoryProvider.cs 2012/06/03 16:41:16 253 +++ trunk/Win32/Sojaner.MemoryScanner/MemoryProviers/GenericMemoryProvider.cs 2012/06/03 16:45:47 255 @@ -14,17 +14,4 @@ namespace Sojaner.MemoryScanner.MemoryPr public GenericMemoryProvider(IConfigPlugin config, Process process) : base(config,process) { } public GenericMemoryProvider(IAcceptsProcessAndConfig config) : base(config) { } } - - #region MemoryScanner-r204 - namespace r204 - { - public class GenericMemoryProvider : Sojaner.MemoryScanner.MemoryProviers.r204.BaseMemoryProvider - { - public GenericMemoryProvider() : base() { } - public GenericMemoryProvider(IConfigPlugin config) : base(config) { } - public GenericMemoryProvider(IConfigPlugin config, Process process) : base(config, process) { } - public GenericMemoryProvider(IAcceptsProcessAndConfig config) : base(config) { } - } - } - #endregion }