OSDN Git Service

Improvements to CSuperComboBox (9)
authorGreyMerlin <GreyMerlin@gmail.com>
Tue, 4 Sep 2018 04:09:46 +0000 (21:09 -0700)
committerGreyMerlin <GreyMerlin@gmail.com>
Tue, 4 Sep 2018 04:09:46 +0000 (21:09 -0700)
commitc18a47bda3c6b85148d1773c94afd19939ab420d
treea9ab749de9c6617f6edfcbef05c43567ad7b9f34
parentc37702a25dd87e7877f85cf65f53728beb3afcf7
Improvements to CSuperComboBox (9)

* Eliminate the "AddTemplate" and "AutoAdd" capabilities of
`CSuperComboBox`.  They are never used and it is likely that their
logic is incomplete or incorrect.
* Eliminate the `bAdd` and `idstrAddText`parameters from the
`CSuperComboBox` constructor.  Again, they are never used and have no
meaning without the "AutoAdd" capability.
Src/Common/SuperComboBox.cpp
Src/Common/SuperComboBox.h