mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 03:23:56 -07:00
remove unused include in pb file (#4572)
shows as warning on compile: session_commands.proto:2:1: warning: Import serverinfo_user.proto is unused.
This commit is contained in:
parent
7d0a255a49
commit
408a13c937
1 changed files with 0 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
syntax = "proto2";
|
syntax = "proto2";
|
||||||
import "serverinfo_user.proto";
|
|
||||||
|
|
||||||
message SessionCommand {
|
message SessionCommand {
|
||||||
enum SessionCommandType {
|
enum SessionCommandType {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue