diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-04-08 17:17:16 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-04-08 17:17:16 +0200 |
commit | 93a4a4c5975d8fe0d8ed1191509664ef22342b5d (patch) | |
tree | 12bd1a77b39ff49aa422c687e9fe470272d4f39f /Applications/Taskbar/Makefile | |
parent | 6d5a54690e11e3912fdc5af61cbb8ce0abdf19c2 (diff) | |
download | serenity-93a4a4c5975d8fe0d8ed1191509664ef22342b5d.zip |
Taskbar: Replace TaskbarWidget with a simple GFrame.
There's no need for a custom widget here, at least not now.
Diffstat (limited to 'Applications/Taskbar/Makefile')
-rw-r--r-- | Applications/Taskbar/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Applications/Taskbar/Makefile b/Applications/Taskbar/Makefile index 9b86e8dea6..3e6edc3144 100644 --- a/Applications/Taskbar/Makefile +++ b/Applications/Taskbar/Makefile @@ -1,6 +1,5 @@ OBJS = \ TaskbarWindow.o \ - TaskbarWidget.o \ WindowList.o \ main.o |