mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 04:34:35 +03:00
Drop getCommandStr member of Process
Formatting the merged command string is now implemented in an platform independent way. Drop the Process member getCommandStr designed for overrides of individual platforms.
This commit is contained in:

committed by
cgzones

parent
6fcb1994c8
commit
1ef8c0e12f
@ -100,6 +100,5 @@ const ProcessClass UnsupportedProcess_class = {
|
||||
.compare = Process_compare
|
||||
},
|
||||
.writeField = UnsupportedProcess_writeField,
|
||||
.getCommandStr = NULL,
|
||||
.compareByKey = UnsupportedProcess_compareByKey
|
||||
};
|
||||
|
Reference in New Issue
Block a user