Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
quasar-wayland
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jens Nolte
quasar-wayland
Commits
2894e3de
Commit
2894e3de
authored
3 years ago
by
Jens Nolte
Browse files
Options
Downloads
Patches
Plain Diff
Remove old code
parent
d0b316fe
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Quasar/Wayland/Core.hs
+0
-7
0 additions, 7 deletions
src/Quasar/Wayland/Core.hs
with
0 additions
and
7 deletions
src/Quasar/Wayland/Core.hs
+
0
−
7
View file @
2894e3de
...
...
@@ -12,8 +12,6 @@ module Quasar.Wayland.Core (
ClientCallback
,
ServerCallback
,
Callback
(
..
),
Request
,
Event
,
ProtocolStep
,
initialProtocolState
,
sendMessage
,
...
...
@@ -181,11 +179,6 @@ data ProtocolState (s :: Side) m = ProtocolState {
objects
::
HashMap
ObjectId
SomeObject
}
data
Request
=
Request
ObjectId
Opcode
BSL
.
ByteString
deriving
stock
Show
data
Event
=
Event
ObjectId
Opcode
(
Either
BSL
.
ByteString
(
Word32
,
BSL
.
ByteString
,
Word32
))
deriving
stock
Show
type
ClientCallback
m
i
=
Callback
'Client
m
i
type
ServerCallback
m
i
=
Callback
'Server
m
i
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment