summaryrefslogtreecommitdiffhomepage
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-14 12:36:25 -0500
committermidipix <writeonce@midipix.org>2016-11-14 14:39:24 -0500
commit5a5fa5cd283d214bedb92130f2807abe64643f16 (patch)
tree542ed9613dec8e17686b0ca5aa158fc7714c7c49 /src/internal
parentf768e4441f0b0826bed62d090a80474368df2a98 (diff)
downloadperk-5a5fa5cd283d214bedb92130f2807abe64643f16.tar.bz2
perk-5a5fa5cd283d214bedb92130f2807abe64643f16.tar.xz
libary api: pre-alpha: code maintenance: removed struct pe_server_ctx.
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/perk_driver_impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h
index f35e82f..3c0d15d 100644
--- a/src/internal/perk_driver_impl.h
+++ b/src/internal/perk_driver_impl.h
@@ -23,7 +23,6 @@ enum app_tags {
};
struct pe_driver_ctx_impl {
- struct pe_server_ctx srvctx;
struct pe_io_ctx ioctx;
struct pe_common_ctx cctx;
struct pe_driver_ctx ctx;