Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
5320bab2
Commit
5320bab2
authored
Mar 31, 2015
by
Hisham Muhammad
Browse files
Cleanup unused field.
parent
849adf61
Changes
2
Show whitespace changes
Inline
Side-by-side
Panel.c
View file @
5320bab2
...
...
@@ -48,7 +48,6 @@ typedef struct PanelClass_ {
struct Panel_ {
Object super;
PanelClass* class;
int x, y, w, h;
WINDOW* window;
Vector* items;
...
...
Panel.h
View file @
5320bab2
...
...
@@ -37,7 +37,6 @@ typedef struct PanelClass_ {
struct
Panel_
{
Object
super
;
PanelClass
*
class
;
int
x
,
y
,
w
,
h
;
WINDOW
*
window
;
Vector
*
items
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment