diff options
| author | gingerBill <bill@gingerbill.org> | 2017-12-17 14:53:40 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2017-12-17 14:53:40 +0000 |
| commit | 30530d058ca22eea3dcb0401a6bd6d288deb3ce0 (patch) | |
| tree | 47193c49795d4b42cf096938df6fc08f75bd0ea8 /examples | |
| parent | 436928d06a8bf38b5ee4b188169e02a609d8d955 (diff) | |
Remove `struct #ordered`
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/demo.odin | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/demo.odin b/examples/demo.odin index bc84503b0..0dec48feb 100644 --- a/examples/demo.odin +++ b/examples/demo.odin @@ -14,7 +14,6 @@ import "core:utf8.odin" when ODIN_OS == "windows" { import "core:atomics.odin" - import "core:opengl.odin" import "core:thread.odin" import win32 "core:sys/windows.odin" } @@ -610,7 +609,6 @@ array_programming :: proc() { } } - main :: proc() { when false { general_stuff(); |