Skip to content

Commit 2e8d7f9

Browse files
committed
Remove unused grpc classes
1 parent 7df68a4 commit 2e8d7f9

File tree

7 files changed

+0
-105
lines changed

7 files changed

+0
-105
lines changed

src/Lively/Lively.Grpc.Client/IWallpaperPlaylistClient.cs

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/Lively/Lively.Grpc.Client/WallpaperPlaylistClient.cs

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/Lively/Lively.Grpc.Common/Lively.Grpc.Common.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<ItemGroup>
88
<None Remove="Proto\commands.proto" />
99
<None Remove="Proto\display.proto" />
10-
<None Remove="Proto\playlist.proto" />
1110
<None Remove="Proto\settings.proto" />
1211
<None Remove="Proto\update.proto" />
1312
<None Remove="Proto\wallpaper.proto" />
@@ -28,7 +27,6 @@
2827
</ItemGroup>
2928

3029
<ItemGroup>
31-
<Protobuf Include="Proto\playlist.proto" />
3230
<Protobuf Include="Proto\commands.proto" />
3331
<Protobuf Include="Proto\display.proto" />
3432
<Protobuf Include="Proto\settings.proto" />

src/Lively/Lively.Grpc.Common/Proto/playlist.proto

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/Lively/Lively/App.xaml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ private IServiceProvider ConfigureServices()
225225
.AddSingleton<UserSettingsServer>()
226226
.AddSingleton<CommandsServer>()
227227
.AddSingleton<AppUpdateServer>()
228-
.AddSingleton<WallpaperPlaylistServer>()
229228
.AddSingleton<IResourceService, ResourceService>()
230229
// Transient
231230
.AddTransient<AppInitializer>()
@@ -262,7 +261,6 @@ private NamedPipeServer ConfigureGrpcServer()
262261
DisplayService.BindService(server.ServiceBinder, Services.GetRequiredService<DisplayManagerServer>());
263262
CommandsService.BindService(server.ServiceBinder, Services.GetRequiredService<CommandsServer>());
264263
UpdateService.BindService(server.ServiceBinder, Services.GetRequiredService<AppUpdateServer>());
265-
PlaylistService.BindService(server.ServiceBinder, Services.GetRequiredService<WallpaperPlaylistServer>());
266264
server.Start();
267265

268266
return server;

src/Lively/Lively/RPC/WallpaperPlaylistServer.cs

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/Lively/Lively/Services/WallpaperPlaylistService.cs

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)