Skip to content

Commit

Permalink
libshell: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 16, 2013
1 parent ca16117 commit 379976b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions doomsday/libshell/include/de/shell/abstractlineeditor.h
Expand Up @@ -25,9 +25,6 @@
#include <de/Vector>

namespace de {

class Rule;

namespace shell {

class Lexicon;
Expand Down
2 changes: 1 addition & 1 deletion doomsday/libshell/include/de/shell/lineeditwidget.h
Expand Up @@ -32,7 +32,7 @@ class Lexicon;
* Widget for word-wrapped text editing.
*
* The widget adjusts its height automatically to fit to the full contents of
* the edited, wrapped line.
* the edited, wrapped lines.
*/
class LIBSHELL_PUBLIC LineEditWidget : public TextWidget, public AbstractLineEditor
{
Expand Down
2 changes: 1 addition & 1 deletion doomsday/libshell/src/abstractlineeditor.cpp
Expand Up @@ -397,7 +397,7 @@ Vector2i AbstractLineEditor::lineCursorPos() const
return d->lineCursorPos();
}

bool shell::AbstractLineEditor::isSuggestingCompletion() const
bool AbstractLineEditor::isSuggestingCompletion() const
{
return d->suggestingCompletion();
}
Expand Down

0 comments on commit 379976b

Please sign in to comment.