Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
c7f6db5c
Commit
c7f6db5c
authored
5 years ago
by
Lactozilla
Browse files
Options
Downloads
Patches
Plain Diff
remove unused macros
parent
a1974498
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/am_map.h
+0
-5
0 additions, 5 deletions
src/am_map.h
with
0 additions
and
5 deletions
src/am_map.h
+
0
−
5
View file @
c7f6db5c
...
@@ -26,11 +26,6 @@ typedef struct
...
@@ -26,11 +26,6 @@ typedef struct
fpoint_t
a
,
b
;
fpoint_t
a
,
b
;
}
fline_t
;
}
fline_t
;
// Used by ST StatusBar stuff.
#define AM_MSGHEADER (('a'<<24)+('m'<<16))
#define AM_MSGENTERED (AM_MSGHEADER | ('e'<<8))
#define AM_MSGEXITED (AM_MSGHEADER | ('x'<<8))
extern
boolean
am_recalc
;
// true if screen size changes
extern
boolean
am_recalc
;
// true if screen size changes
extern
boolean
automapactive
;
// In AutoMap mode?
extern
boolean
automapactive
;
// In AutoMap mode?
...
...
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