X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..d035e423e45f4f523887f44853b4f29d743c0485:/interface/wx/cmdproc.h diff --git a/interface/wx/cmdproc.h b/interface/wx/cmdproc.h index a0bd1d0a2f..55970df404 100644 --- a/interface/wx/cmdproc.h +++ b/interface/wx/cmdproc.h @@ -8,7 +8,6 @@ /** @class wxCommand - @wxheader{cmdproc.h} wxCommand is a base class for modelling an application command, which is an action usually performed by selecting a menu item, pressing a toolbar @@ -93,7 +92,6 @@ public: /** @class wxCommandProcessor - @wxheader{cmdproc.h} wxCommandProcessor is a class that maintains a history of wxCommands, with undo/redo functionality built-in. Derive a new class from this if you want