Skip to content

Commit

Permalink
Remove pixate_server
Browse files Browse the repository at this point in the history
  • Loading branch information
satococoa committed Feb 11, 2013
1 parent 853b68c commit 506d009
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 35 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -6,4 +6,3 @@ gem 'motion-cocoapods'
gem 'nano-store' gem 'nano-store'
gem 'motion-testflight' gem 'motion-testflight'
gem 'motion-pixate' gem 'motion-pixate'
gem 'motion-pixate-observer'
2 changes: 0 additions & 2 deletions Gemfile.lock
Expand Up @@ -29,7 +29,6 @@ GEM
cocoapods (>= 0.14.0) cocoapods (>= 0.14.0)
motion-pixate (1.2) motion-pixate (1.2)
sass sass
motion-pixate-observer (0.2)
motion-testflight (1.4) motion-testflight (1.4)
multi_json (1.5.0) multi_json (1.5.0)
multipart-post (1.1.5) multipart-post (1.1.5)
Expand Down Expand Up @@ -57,6 +56,5 @@ DEPENDENCIES
bubble-wrap bubble-wrap
motion-cocoapods motion-cocoapods
motion-pixate motion-pixate
motion-pixate-observer
motion-testflight motion-testflight
nano-store nano-store
3 changes: 0 additions & 3 deletions app/photos_controller.rb
@@ -1,9 +1,6 @@
class PhotosController < UICollectionViewController class PhotosController < UICollectionViewController
include Motion::Pixate::Observer

def viewDidLoad def viewDidLoad
super super
startObserving


navigationItem.title = 'RubyFriends' navigationItem.title = 'RubyFriends'
camera_button = UIBarButtonItem.alloc.initWithBarButtonSystemItem(UIBarButtonSystemItemCamera, target:self, action:'camera_tapped') camera_button = UIBarButtonItem.alloc.initWithBarButtonSystemItem(UIBarButtonSystemItemCamera, target:self, action:'camera_tapped')
Expand Down
29 changes: 0 additions & 29 deletions pixate_server

This file was deleted.

0 comments on commit 506d009

Please sign in to comment.